This commit is contained in:
yairm210
2024-10-24 21:14:11 +03:00
parent a1e8d9a82d
commit 42c6b15a40
7 changed files with 13 additions and 56 deletions

View File

@ -483,7 +483,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.13.20", 1062)
val VERSION = Version("4.14.0", 1062)
//endregion
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */