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-11 17:49:58 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-11 17:49:58 +0300
commit5b0854cd30ff7d35192e99b83709da3c6c579924 (patch)
tree7bec463eb3240d82125f49b7ae3a38b170bff059
parent5cb7d247e2f9404a40873daf29e553bd43b09957 (diff)
bump last version digit for rebuildv21.0.6
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 6db61ae90e6..61dc45f39e9 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 = [21, 0, 6, 1];
+$OC_Version = [21, 0, 6, 2];
// The human readable string
$OC_VersionString = '21.0.6';