4.5.11-patch1

This commit is contained in:
Yair Morgenstern 2023-03-22 10:42:18 +02:00
parent 79fd3a8f7a
commit 5da7592616
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.0"
const val appName = "Unciv"
const val appCodeNumber = 835
const val appVersion = "4.5.11"
const val appCodeNumber = 836
const val appVersion = "4.5.11-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"

View File

@ -529,7 +529,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.5.11", 835)
val VERSION = Version("4.5.11-patch1", 836)
//endregion
lateinit var Current: UncivGame