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

Bump version

This commit is contained in:
carbotaniuman 2020-08-03 14:45:43 -05:00
parent 4a2e55270f
commit 9dcfe3b51f

View file

@ -21,7 +21,7 @@ package mdnet.base
import java.time.Duration
object Constants {
const val CLIENT_BUILD = 16
const val CLIENT_BUILD = 17
@JvmField val MAX_AGE_CACHE: Duration = Duration.ofDays(14)