4.17.17-patch1

This commit is contained in:
yairm210 2025-08-27 10:03:36 +00:00 committed by github-actions[bot]
parent 4df0d5871f
commit 33c4d9eb12
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}

View File

@ -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. */