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

update cache buster

This commit is contained in:
Torsten Dittmann 2021-09-02 13:55:23 +02:00
parent cdb20a2af2
commit b7cac0d221

View file

@ -48,7 +48,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 = 151;
const APP_CACHE_BUSTER = 160;
const APP_VERSION_STABLE = '0.10.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';