1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated cache buster

This commit is contained in:
Eldad Fux 2021-06-05 14:30:24 +03:00
parent 2378ec8521
commit d84d4dc0fd

View file

@ -39,7 +39,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 = 146;
const APP_CACHE_BUSTER = 148;
const APP_VERSION_STABLE = '0.8.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';