diff --git a/app/init.php b/app/init.php index 9875d5025..a6ae678d7 100644 --- a/app/init.php +++ b/app/init.php @@ -48,7 +48,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 = 151; +const APP_CACHE_BUSTER = 160; const APP_VERSION_STABLE = '0.10.0'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_FUNCTIONS = '/storage/functions';