Skip to content

Commit

Permalink
Merge pull request #120 from Eremiell/fix_revision
Browse files Browse the repository at this point in the history
πŸ”– Fix revision letter
  • Loading branch information
Eremiell committed Sep 3, 2023
2 parents 25c2be2 + 0663ea5 commit a6f78d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace UPBot.UPBot_Code;
/// </summary>
public static class Utils {
public const int vmajor = 0, vminor = 3, vbuild = 5;
public const char vrev = 'c';
public const char vrev = 'b';
public static string LogsFolder = "./";
public static readonly System.Diagnostics.StackTrace sttr = new();

Expand Down

0 comments on commit a6f78d7

Please sign in to comment.