From 21034f6fe36a75de2084e7fa6261ffee26117b2a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 8 Apr 2020 14:30:59 +0300 Subject: [PATCH] Updated cache buster --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 9de17e0196..2ed4f32c23 100644 --- a/app/init.php +++ b/app/init.php @@ -32,7 +32,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 = 15; -const APP_CACHE_BUSTER = 55; +const APP_CACHE_BUSTER = 56; const APP_VERSION_STABLE = '0.5.3'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_CACHE = '/storage/cache';