1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

Updated cachebuster

This commit is contained in:
Eldad Fux 2021-03-17 16:20:07 +02:00
parent 35e6616d23
commit 4df8ba3910

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 = 144;
const APP_CACHE_BUSTER = 145;
const APP_VERSION_STABLE = '0.7.1';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';