Skip to content

Commit

Permalink
Updated version number in assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadelcastillo committed Feb 27, 2020
1 parent 9fdc45c commit 2cf3d39
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file modified dist/MachinaGrasshopper_v0.8.12.zip
Binary file not shown.
Binary file modified dist/MachinaGrasshopper_v0.8.12/MachinaGrasshopper.gha
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MachinaGrasshopper/MachinaGrasshopperInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MachinaGrasshopperInfo : GH_AssemblyInfo
/// Quick and dirty version tracking.
/// </summary>
/// <returns></returns>
public static string MachinaGrasshopperAPIVersion() => "0.8.8";
public static string MachinaGrasshopperAPIVersion() => "0.8.12";



Expand Down
1 change: 0 additions & 1 deletion src/MachinaGrasshopper/Program/Compile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected override void SolveInstance(IGH_DataAccess DA)
AddRuntimeMessage(GH_RuntimeMessageLevel.Error, "Can't compile a Program with `null` Actions, please review the Action list.");
return;
}

}

// Create a new instance to avoid inheriting robot states between different compilations
Expand Down

0 comments on commit 2cf3d39

Please sign in to comment.