Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-09-06 17:31:01 +0300
committerLukas Reschke <lukas@statuscode.ch>2021-09-06 17:31:01 +0300
commitd4f97affc1a0ecfaacfbdc26aab820cad1650a06 (patch)
treeaa77abd5adf02edd735159cc3c0c07cf7fd4c847 /version.php
parent33a0b75c83a1c56fa84b98d3a07a26b5c4932b65 (diff)
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 <lukas@statuscode.ch>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
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';