Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
MP3Martin committed Feb 15, 2024
1 parent 9b1d546 commit 6e3d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal-minesweeper/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ static class Consts {
public const string CheatCode = "cheat";
}
const string Name = "terminal-minesweeper";
const string Version = "v1.0.1";
const string Version = "v1.0.2";
static void Main(string[] args) {
Console.OutputEncoding = System.Text.Encoding.UTF8;
Console.Title = $"{Name} @{Version}";
Expand Down

0 comments on commit 6e3d6bf

Please sign in to comment.