4.6.14-patch1

This commit is contained in:
Yair Morgenstern 2023-05-24 11:45:55 +03:00
parent 4ef33b84e5
commit d9b62fbf3e
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.21"
const val appName = "Unciv"
const val appCodeNumber = 870
const val appVersion = "4.6.14"
const val appCodeNumber = 871
const val appVersion = "4.6.14-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"

View File

@ -531,7 +531,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
companion object {
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
val VERSION = Version("4.6.14", 870)
val VERSION = Version("4.6.14-patch1", 871)
//endregion
lateinit var Current: UncivGame