Skip to content

Commit

Permalink
bumping version number for Hops for Rhino 7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Aug 23, 2023
1 parent 3a97e10 commit 65129e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.HOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.2] - 2023-08-23

### Added

- Adding support for Rectangle3d for a return data type from rhino.compute

## [0.16.1] - 2023-03-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/hops/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public GhaAssemblyInfo()
TheAssemblyInfo = this;
}

public const string AppVersion = "0.16.1.0";
public const string AppVersion = "0.16.2.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit 65129e7

Please sign in to comment.