From e6597bb6e1b0c02b7ac2c9ee60be7f3b29561ca5 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 18 May 2021 23:37:23 +0300 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 2027d9001..7ae64e1c2 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 = 145; +const APP_CACHE_BUSTER = 146; const APP_VERSION_STABLE = '0.8.0'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_FUNCTIONS = '/storage/functions';