Version rollout (#10884)

* Bump version and create initial changelog entry

* Update French.properties (#10875)

* Update Italian.properties (#10873)

* Update Korean.properties (#10872)

* Update Korean.properties

* Update Korean.properties

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: Yattong the Mackerel <saud2410@naver.com>
This commit is contained in:
Yair Morgenstern
2024-01-07 16:16:31 +02:00
committed by GitHub
parent cb01bbc176
commit 08e1f5704b
7 changed files with 109 additions and 62 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 = 952
const val appVersion = "4.9.16"
const val appCodeNumber = 953
const val appVersion = "4.9.17"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.2.3"