diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 31cac66e91..8ca7a2b6ef 100644 --- a/buildSrc/src/main/kotlin/BuildConfig.kt +++ b/buildSrc/src/main/kotlin/BuildConfig.kt @@ -3,7 +3,7 @@ package com.unciv.build object BuildConfig { const val appName = "Unciv" - const val appCodeNumber = 1158 - const val appVersion = "4.17.17" + const val appCodeNumber = 1159 + const val appVersion = "4.17.17-patch1" const val identifier = "com.unciv.app" } diff --git a/core/src/com/unciv/UncivGame.kt b/core/src/com/unciv/UncivGame.kt index d4976e7b96..a6401fe142 100644 --- a/core/src/com/unciv/UncivGame.kt +++ b/core/src/com/unciv/UncivGame.kt @@ -494,7 +494,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci companion object { //region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT - val VERSION = Version("4.17.17", 1158) + val VERSION = Version("4.17.17-patch1", 1159) //endregion /** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */