Skip to content

Commit

Permalink
πŸ”– Update release date for 0.3.5
Browse files Browse the repository at this point in the history
* Release date set as of today
  • Loading branch information
Eremiell committed Aug 27, 2023
1 parent cb9cd84 commit fe6af82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPBot Code/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -458,4 +458,4 @@ public enum EmojiEnum
AutoRefactored = 13,
CodeMonkey = 14,
TaroDev = 15,
}
}

0 comments on commit fe6af82

Please sign in to comment.