Bump version to 1.13

This commit is contained in:
Sebastian Lague 2023-07-23 23:09:19 +02:00
parent 4cdfc57f04
commit 82dcb5f524

View file

@ -4,7 +4,7 @@ namespace ChessChallenge.Application
{ {
public static class Settings public static class Settings
{ {
public const string Version = "1.12"; public const string Version = "1.13";
// Game settings // Game settings
public const int GameDurationMilliseconds = 60 * 1000; public const int GameDurationMilliseconds = 60 * 1000;