Update Network class

This commit is contained in:
Felix Miller
2022-04-30 13:16:22 -04:00
parent 449c64eb0d
commit d9d723094f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace PckStudio.Classes
{
class Network
{
public static string Version = "6.4";
public static string Version = "6.41";
public static bool Beta = true;
public static bool Portable = false;
public static bool NeedsUpdate = false;