1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Updated cache buster

This commit is contained in:
Eldad Fux 2020-12-25 14:55:25 +02:00
parent 794ddd6617
commit 49247e1a39

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 = 141;
const APP_CACHE_BUSTER = 142;
const APP_VERSION_STABLE = '0.7.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';