Explorar el Código

Urgent update to 3.8 (hotfix)

hellzerg hace 7 años
padre
commit
1e0f452da0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
         {