Skip to content

Commit e7a4df1

Browse files
yairm210github-actions[bot]
authored andcommitted
4.19.17-patch2
1 parent b79d6b0 commit e7a4df1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.unciv.build
33

44
object BuildConfig {
55
const val appName = "Unciv"
6-
const val appCodeNumber = 1207
7-
const val appVersion = "4.19.17-patch1"
6+
const val appCodeNumber = 1208
7+
const val appVersion = "4.19.17-patch2"
88
const val identifier = "com.unciv.app"
99
}

core/src/com/unciv/UncivGame.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
469469

470470
companion object {
471471
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
472-
val VERSION = Version("4.19.17-patch1", 1207)
472+
val VERSION = Version("4.19.17-patch2", 1208)
473473
//endregion
474474

475475
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */

0 commit comments

Comments
 (0)