From d4f97affc1a0ecfaacfbdc26aab820cad1650a06 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 6 Sep 2021 16:31:01 +0200 Subject: Add database ratelimiting backend In case no distributed memory cache is specified this adds a database backend for ratelimit purposes. Signed-off-by: Lukas Reschke --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index 0f7f176f04c..045fa2866b6 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [23, 0, 0, 0]; +$OC_Version = [23, 0, 0, 1]; // The human readable string $OC_VersionString = '23.0.0 alpha'; -- cgit v1.2.3