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 18:23:49 +0300
commit201bf52c040bad38cb8a64f86de255cd8025b46e (patch)
tree413a4c8b541b6ce123e1045ab9d57840932b74f9 /version.php
parent0cfbc41ab77d1c47b63a6b54ecb4f3b93369cf03 (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 caebea83301..7efa4dc82fd 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [20, 0, 12, 1];
+$OC_Version = [20, 0, 12, 2];
// The human readable string
$OC_VersionString = '20.0.12';