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 10, 2023
1 parent 9c96940 commit d5a3b7d
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.0.2";
public const string ProgramVersion = "1.0.3";

public const int TickInterval = 100;
public const int HintQueueInterval = 2000;
Expand Down

0 comments on commit d5a3b7d

Please sign in to comment.