From c354d861d4dc20b745989e5ef63cbc247c2eb606 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 9 Jul 2024 14:36:42 +0300 Subject: [PATCH] release: v25.0.6 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 739c0dc48..b4cb50c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The version should always be in sync with the [GUI](https://github.com/software- A `y` version of 0 marks the beta of the current year and likely contains breaking changes between patches. +### 25.0.6 Tweak Win Conditions - 2024-07-09 + ### 25.0.5 Little Fixes - 2024-07-01 - Remove round number from GameState - End game with turn 60 diff --git a/gradle.properties b/gradle.properties index ab343a2fd..ddbe61e59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ socha.gameName=hui socha.version.year=25 socha.version.minor=00 -socha.version.patch=05 +socha.version.patch=06 socha.version.suffix= \ No newline at end of file