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-13 16:36:07 +0300
commit7eb702ec539aab74d96218302c11ff61ba89b769 (patch)
tree1fe40a9931842264a67c11c6b5a93ebe16c8f19b /version.php
parentf8c6c267d588e2913d84a6eb72352ede4044093c (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 d425baedcc7..ea7a94485ef 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 = [22, 1, 1, 2];
+$OC_Version = [22, 1, 1, 3];
// The human readable string
$OC_VersionString = '22.1.1';