Version number update

This commit is contained in:
nugroho 2025-07-07 01:11:23 +07:00
parent 57cbe6dcaf
commit b2903286b7

View File

@ -16,7 +16,7 @@ namespace perubahan;
internal static class Commons 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<string,User> UserAccounts = []; internal static ConcurrentDictionary<string,User> UserAccounts = [];
internal static List<Deployment> Deployments = []; internal static List<Deployment> Deployments = [];