From 77ef3250851e026c710a447661f544f63fe9b9cf Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 19 May 2025 12:14:09 +0000 Subject: [PATCH] WeeXnes/Core/Global.cs aktualisiert --- WeeXnes/Core/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 30fd384..09a83d3 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -8,7 +8,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.6"; + public const string Version = "4.7"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; }