Przeglądaj źródła

Urgent update to 3.8 (hotfix)

hellzerg 7 lat temu
rodzic
commit
1e0f452da0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Optimizer/Program.cs

+ 1 - 1
Optimizer/Program.cs

@@ -18,7 +18,7 @@ namespace Optimizer
 
         // Enter current version here
         internal readonly static float Major = 3;
-        internal readonly static float Minor = 7;
+        internal readonly static float Minor = 8;
 
         internal static string GetCurrentVersion()
         {