Update Web-UI version number in Constants.kt

This commit is contained in:
Amos Ng 2020-06-19 09:05:08 +08:00
parent b2b47ac7e1
commit 28418c6315
No known key found for this signature in database
GPG key ID: 89086414F634D123

View file

@ -7,7 +7,7 @@ import java.time.Duration
object Constants {
const val CLIENT_BUILD = 9
const val CLIENT_VERSION = "1.0"
const val WEBUI_VERSION = "0.1.0"
const val WEBUI_VERSION = "0.1.1"
val MAX_AGE_CACHE: Duration = Duration.ofDays(14)
@JvmField
val GSON: Gson = GsonBuilder().setPrettyPrinting().create()