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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-03 20:36:44 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-03 20:36:44 +0300
commite7834cc8b466a39063d3cd3946a5e1f80fef0613 (patch)
tree80036a51f24758409e7d3e7a1435e8cb1ce5934a
parentd87894a287719043409ac400728e4efe28ca758a (diff)
21.0.6 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1384a1da256..1f62df70d3a 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// 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, 5, 1];
+$OC_Version = [21, 0, 6, 0];
// The human readable string
-$OC_VersionString = '21.0.5';
+$OC_VersionString = '21.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [