From 3881b6e6546581c8d5ef81ebe5f9ecdf0c50dc7c Mon Sep 17 00:00:00 2001 From: MattNL Date: Thu, 5 May 2022 16:27:14 -0400 Subject: [PATCH] Updated version display --- MinecraftUSkinEditor/Classes/Network.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MinecraftUSkinEditor/Classes/Network.cs b/MinecraftUSkinEditor/Classes/Network.cs index 0a57d0d9..8e5007af 100644 --- a/MinecraftUSkinEditor/Classes/Network.cs +++ b/MinecraftUSkinEditor/Classes/Network.cs @@ -6,8 +6,8 @@ namespace PckStudio.Classes { class Network { - public static string Version = "6.41"; - public static bool Beta = true; + public static string Version = "6.5"; + public static bool Beta = false; public static bool Portable = false; public static bool NeedsUpdate = false; public static string MainURL = "https://www.pckstudio.xyz/";