Bump version to 1.15

This commit is contained in:
Sebastian Lague 2023-07-25 22:44:41 +02:00
parent f1ed65c219
commit 844eb274d5

View file

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