Updated cachebuster

This commit is contained in:
Eldad Fux
2020-11-06 20:40:19 +02:00
parent 77c9284e4d
commit fa7c160eb2
+1 -1
View File
@@ -36,7 +36,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email
const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 12;
const APP_CACHE_BUSTER = 138;
const APP_CACHE_BUSTER = 139;
const APP_VERSION_STABLE = '0.7.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';