Skip to content

Commit 80ced8f

Browse files
yairm210github-actions[bot]
authored andcommitted
4.15.6-patch1
1 parent 6c99125 commit 80ced8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/BuildConfig.kt

+2-2
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 = 1096
8-
const val appVersion = "4.15.6"
7+
const val appCodeNumber = 1097
8+
const val appVersion = "4.15.6-patch1"
99

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

core/src/com/unciv/UncivGame.kt

+1-1
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.6", 1096)
490+
val VERSION = Version("4.15.6-patch1", 1097)
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)