From 0d9c0daf479d75918b7b1fda118af27dc66ab416 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 13 Dec 2021 15:23:57 +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 26e291b82c..6f2783a189 100644 --- a/app/init.php +++ b/app/init.php @@ -47,7 +47,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 = 170; +const APP_CACHE_BUSTER = 171; const APP_VERSION_STABLE = '0.11.0'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_FUNCTIONS = '/storage/functions';