Beta code v0.7.1

This commit is contained in:
2021-12-06 09:43:17 +01:00
parent 2629d47dcb
commit 7de79372e5

View File

@@ -8,8 +8,8 @@ namespace BMGEditor
public static class Variables public static class Variables
{ {
public const string softwareName = "Luma"; public const string softwareName = "Luma";
public const string softwareVersion = "v0.7"; public const string softwareVersion = "v0.7.1";
public const UInt64 softwareInternalVersion = 70; public const UInt64 softwareInternalVersion = 71;
public const UInt64 build = 1; //Getting ready for 1.0 public const UInt64 build = 1; //Getting ready for 1.0
public const bool isBeta = true; public const bool isBeta = true;
} }