1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Updated cachebuster

This commit is contained in:
Eldad Fux 2020-12-05 18:23:49 +02:00
parent 63e442293c
commit d70b573179

View file

@ -37,7 +37,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 = 140;
const APP_CACHE_BUSTER = 141;
const APP_VERSION_STABLE = '0.7.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';