mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Bump client build
This commit is contained in:
parent
a6e7f10d6e
commit
d5d162fe69
|
@ -3,7 +3,7 @@ package mdnet.base;
|
|||
import java.time.Duration;
|
||||
|
||||
public class Constants {
|
||||
public static final int CLIENT_BUILD = 1;
|
||||
public static final int CLIENT_BUILD = 2;
|
||||
public static final String CLIENT_VERSION = "1.0";
|
||||
public static final Duration MAX_AGE_CACHE = Duration.ofDays(14);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue