Skip to content

Commit

Permalink
Bumped version to 1.6.2 in the C# code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStrout committed Mar 18, 2024
1 parent 908920d commit 9648cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniScript-cs/MiniscriptIntrinsics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ public static void InitIfNeeded() {
if (context.vm.versionMap == null) {
//UnityEngine.Debug.Log("in version intrinsic, and versionMap == null");
var d = new ValMap();
d["miniscript"] = new ValString("1.6.1");
d["miniscript"] = new ValString("1.6.2");
// Getting the build date is annoyingly hard in C#.
// This will work if the assembly.cs file uses the version format: 1.0.*
Expand Down

0 comments on commit 9648cb9

Please sign in to comment.