1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated cachebuster

This commit is contained in:
Eldad Fux 2021-08-01 08:33:43 +03:00
parent f2d4a6ffbc
commit 972e4b5ade

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 = 150;
const APP_CACHE_BUSTER = 151;
const APP_VERSION_STABLE = '0.9.3';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';