4.7.9-patch1

This commit is contained in:
Yair Morgenstern 2023-07-20 09:24:41 +03:00
parent 383cb38c7d
commit 33ae13479d
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 = 892
const val appVersion = "4.7.9"
const val appCodeNumber = 893
const val appVersion = "4.7.9-patch1"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"

View File

@ -536,7 +536,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.7.9", 892)
val VERSION = Version("4.7.9-patch1", 893)
//endregion
lateinit var Current: UncivGame