From 7de79372e5c0af191cab456ef78145b983cb089f Mon Sep 17 00:00:00 2001 From: Bussun Date: Mon, 6 Dec 2021 09:43:17 +0100 Subject: [PATCH] Beta code v0.7.1 --- BMGEditor/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BMGEditor/Program.cs b/BMGEditor/Program.cs index ca11517..863ee58 100644 --- a/BMGEditor/Program.cs +++ b/BMGEditor/Program.cs @@ -8,8 +8,8 @@ namespace BMGEditor public static class Variables { public const string softwareName = "Luma"; - public const string softwareVersion = "v0.7"; - public const UInt64 softwareInternalVersion = 70; + public const string softwareVersion = "v0.7.1"; + public const UInt64 softwareInternalVersion = 71; public const UInt64 build = 1; //Getting ready for 1.0 public const bool isBeta = true; }