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 CLIENT_BUILD in preparation for RC17

This commit is contained in:
Amos Ng 2020-06-16 06:31:54 +08:00
parent 7680dc3c8c
commit fa4f89b706
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 = 6
const val CLIENT_BUILD = 7
const val CLIENT_VERSION = "1.0"
val MAX_AGE_CACHE: Duration = Duration.ofDays(14)
}