We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84240 commit e63dd7fCopy full SHA for e63dd7f
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.1.0-rc2";
+ public const string ProgramVersion = "1.1.0";
13
14
/// <summary>
15
/// The duration of a "tick" where the current game connector (if any) watches the game once, in milliseconds
0 commit comments