Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinopony committed Oct 21, 2023
1 parent 4a84240 commit e63dd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HintMachine/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace HintMachine
internal static class Globals
{
public const string ProgramName = "HintMachine";
public const string ProgramVersion = "1.1.0-rc2";
public const string ProgramVersion = "1.1.0";

/// <summary>
/// The duration of a "tick" where the current game connector (if any) watches the game once, in milliseconds
Expand Down

0 comments on commit e63dd7f

Please sign in to comment.