From 844eb274d5025d8015a03c69a61529acec743065 Mon Sep 17 00:00:00 2001 From: Sebastian Lague Date: Tue, 25 Jul 2023 22:44:41 +0200 Subject: [PATCH] Bump version to 1.15 --- Chess-Challenge/src/Framework/Application/Core/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chess-Challenge/src/Framework/Application/Core/Settings.cs b/Chess-Challenge/src/Framework/Application/Core/Settings.cs index 4535230..e9bd4c5 100644 --- a/Chess-Challenge/src/Framework/Application/Core/Settings.cs +++ b/Chess-Challenge/src/Framework/Application/Core/Settings.cs @@ -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;