1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Updated cachebuster

This commit is contained in:
Eldad Fux 2021-12-13 15:23:57 +02:00
parent 32f894792d
commit 0d9c0daf47

View file

@ -47,7 +47,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_DEFAULT = 'default';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 12;
const APP_CACHE_BUSTER = 170;
const APP_CACHE_BUSTER = 171;
const APP_VERSION_STABLE = '0.11.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';