4.8.9-patch1

This commit is contained in:
Yair Morgenstern
2023-10-01 13:52:00 +03:00
parent 98ef5186af
commit ffd77c82d8
3 changed files with 8 additions and 8 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 = 917
const val appVersion = "4.8.9"
const val appCodeNumber = 918
const val appVersion = "4.8.9-patch1"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"