Skip to content

Commit db6bfa8

Browse files
yairm210github-actions[bot]
authored andcommitted
4.15.11-patch1
1 parent bb2c181 commit db6bfa8

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
@@ -4,8 +4,8 @@ package com.unciv.build
44
object BuildConfig {
55
const val kotlinVersion = "1.9.24"
66
const val appName = "Unciv"
7-
const val appCodeNumber = 1103
8-
const val appVersion = "4.15.11"
7+
const val appCodeNumber = 1104
8+
const val appVersion = "4.15.11-patch1"
99

1010
const val gdxVersion = "1.13.1"
1111
const val ktorVersion = "2.3.12"

core/src/com/unciv/UncivGame.kt

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

488488
companion object {
489489
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
490-
val VERSION = Version("4.15.11", 1103)
490+
val VERSION = Version("4.15.11-patch1", 1104)
491491
//endregion
492492

493493
/** 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)