diff --git a/UPBot Code/Utils.cs b/UPBot Code/Utils.cs index 02ef191..bff9407 100644 --- a/UPBot Code/Utils.cs +++ b/UPBot Code/Utils.cs @@ -43,7 +43,7 @@ private class LogInfo public static string GetVersion() { - return vmajor + "." + vminor + "." + vbuild + vrev + " - 2023/01/08"; + return vmajor + "." + vminor + "." + vbuild + vrev + " - 2023/08/28"; } public static DiscordClient GetClient() @@ -458,4 +458,4 @@ public enum EmojiEnum AutoRefactored = 13, CodeMonkey = 14, TaroDev = 15, -} \ No newline at end of file +}