Skip to content

Commit 63b1a3e

Browse files
yairm210github-actions[bot]
authored andcommitted
4.19.14-patch1
1 parent 5bc93bb commit 63b1a3e

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 = 1202
7-
const val appVersion = "4.19.14"
6+
const val appCodeNumber = 1203
7+
const val appVersion = "4.19.14-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.19.14", 1202)
472+
val VERSION = Version("4.19.14-patch1", 1203)
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)