Skip to content

Commit df5add6

Browse files
yairm210github-actions[bot]
authored andcommitted
4.20.18-patch1
1 parent 9a9f586 commit df5add6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = 1232
7-
const val appVersion = "4.20.18"
6+
const val appCodeNumber = 1233
7+
const val appVersion = "4.20.18-patch1"
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.20.18", 1232)
472+
val VERSION = Version("4.20.18-patch1", 1233)
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)