Misc building changes for release

This commit is contained in:
Felix Miller
2022-05-10 18:50:00 -04:00
parent 2155d1aac3
commit 33fd807cfd
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ namespace PckStudio.Classes
{
class Network
{
public static string Version = "6.41";
public static string Version = "6.5";
public static bool Beta = true;
public static bool Portable = false;
public static bool NeedsUpdate = false;