From 243eac950d054958621c0a0ea49ea3e1dab4105e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 17 Feb 2021 17:04:44 +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 bf7a26f91..ed2441d51 100644 --- a/app/init.php +++ b/app/init.php @@ -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 = 143; +const APP_CACHE_BUSTER = 144; const APP_VERSION_STABLE = '0.7.0'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_FUNCTIONS = '/storage/functions';