From b2903286b75b03091521c00f79dee1b91e98fc2f Mon Sep 17 00:00:00 2001 From: nugroho Date: Mon, 7 Jul 2025 01:11:23 +0700 Subject: [PATCH] Version number update --- Commons.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons.cs b/Commons.cs index 4be7b2d..3af580b 100644 --- a/Commons.cs +++ b/Commons.cs @@ -16,7 +16,7 @@ namespace perubahan; internal static class Commons { - internal readonly static string VerNum = "0.1.250515.1559"; + internal readonly static string VerNum = "0.1.250707.0108"; internal static ConcurrentDictionary UserAccounts = []; internal static List Deployments = [];