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:
authorblizzz <blizzz@arthur-schiwon.de>2022-01-17 14:07:00 +0300
committerGitHub <noreply@github.com>2022-01-17 14:07:00 +0300
commitdf8d6f95b6ad396a3553c9014f0360a2c8c22ded (patch)
treefb3e2384cbd0712f2a7881e3ee9f13a9bff77da8
parent22fcd65717f7c78580e314d20160432f5d0286c8 (diff)
parent3c12390b5d4b1da8362b60c5b96ca3cd2492e2c4 (diff)
Merge pull request #30680 from nextcloud/release/21.0.8rc2v21.0.8rc2
21.0.8 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 75f624321fd..4cf023ea866 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, 8, 0];
+$OC_Version = [21, 0, 8, 1];
// The human readable string
-$OC_VersionString = '21.0.8 RC1';
+$OC_VersionString = '21.0.8 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [