4.6.18-patch1

Revert palace mod checks due to incompatibility with Rekmod
This commit is contained in:
Yair Morgenstern 2023-06-05 23:22:48 +03:00
parent d2c0ce5229
commit cf3d5d3fdb
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 = 875
const val appVersion = "4.6.18"
const val appCodeNumber = 876
const val appVersion = "4.6.18-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.18", 875)
val VERSION = Version("4.6.18-patch1", 876)
//endregion
lateinit var Current: UncivGame