Skip to content

Commit

Permalink
πŸ”– Fix revision
Browse files Browse the repository at this point in the history
* Revision remained set to c since some versions back
* Resetting to a
  • Loading branch information
Eremiell committed Aug 28, 2023
1 parent f5edb44 commit 8cd8664
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 @@ -17,7 +17,7 @@ public static class Utils
{
public const string WEATHER_API_KEY = "7979326c13a1461591381800232307s";
public const int vmajor = 0, vminor = 3, vbuild = 5;
public const char vrev = 'c';
public const char vrev = 'a';
public static string LogsFolder = "./";
public static readonly System.Diagnostics.StackTrace sttr = new();

Expand Down

0 comments on commit 8cd8664

Please sign in to comment.