From 35fcd174676fcccb486911c2988852a4cd452a77 Mon Sep 17 00:00:00 2001 From: Denis Date: Fri, 3 Dec 2021 20:36:42 +0100 Subject: [PATCH] Beta code v0.6 --- BMGEditor/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BMGEditor/Program.cs b/BMGEditor/Program.cs index 8e0de93..99db95d 100644 --- a/BMGEditor/Program.cs +++ b/BMGEditor/Program.cs @@ -13,8 +13,8 @@ namespace BMGEditor public static class Variables { public const string softwareName = "Luma"; - public const string softwareVersion = "v0.4.5"; - public const UInt64 softwareInternalVersion = 45; + public const string softwareVersion = "v0.6"; + public const UInt64 softwareInternalVersion = 60; public const UInt64 build = 1; //Getting ready for 1.0 public const bool isBeta = true; }