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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-10-08 16:02:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-10-08 20:51:13 +0300
commit6c1b542def8ba59306c4c539c0e56c0794389873 (patch)
tree1204d10fd64449ed3dd8a41b228780963f1c7936 /version.php
parentb2dedbcc13982dac51e15432c75cd98856520e2b (diff)
Add cleanup job for old brutefoce attempts
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 6852812f973..41639d6a54a 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 = [21, 0, 0, 0];
+$OC_Version = [21, 0, 0, 1];
// The human readable string
$OC_VersionString = '21.0.0 alpha';