1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Bumped version number for RC18

This commit is contained in:
Amos Ng 2020-06-17 07:11:10 +08:00
parent 137414fa77
commit f43e2a2055
No known key found for this signature in database
GPG key ID: 89086414F634D123

View file

@ -3,7 +3,7 @@ package mdnet.base
import java.time.Duration
object Constants {
const val CLIENT_BUILD = 7
const val CLIENT_BUILD = 8
const val CLIENT_VERSION = "1.0"
val MAX_AGE_CACHE: Duration = Duration.ofDays(14)
}