From fa7c160eb25896d81ccb43170853bc3e401e71d9 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 6 Nov 2020 20:40:19 +0200 Subject: [PATCH] Updated cachebuster --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 281bc743c6..4358dd2416 100644 --- a/app/init.php +++ b/app/init.php @@ -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';