Version rollout (#9918)

* Bump version and create initial changelog entry

* Update Indonesian.properties (#9916)

* Update Indonesian.properties

* Update Indonesian.properties

Variable errors

* Italian: Add translations for '# Requires' lines (#9915)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: kensvin <kensvin28@gmail.com>
Co-authored-by: TommasoPetrolito <tommasouni@gmail.com>
This commit is contained in:
Yair Morgenstern
2023-08-16 18:02:57 +03:00
committed by GitHub
parent 6e3d4d99e0
commit 3bc06efc16
10 changed files with 165 additions and 154 deletions

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.14", 900)
val VERSION = Version("4.7.15", 901)
//endregion
lateinit var Current: UncivGame