We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5e416 commit 0c63a92Copy full SHA for 0c63a92
1 file changed
HintMachine/Globals.cs
@@ -9,7 +9,7 @@ namespace HintMachine
9
internal static class Globals
10
{
11
public const string ProgramName = "HintMachine";
12
- public const string ProgramVersion = "1.0.1";
+ public const string ProgramVersion = "1.0.2";
13
14
public const int TickInterval = 100;
15
public const int HintQueueInterval = 2000;
0 commit comments