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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-24 15:21:17 +0300
committerGitHub <noreply@github.com>2021-06-24 15:21:17 +0300
commiteeb052c48e29d8b4945642b7addaf9774ada75d2 (patch)
tree51174580e729c619a3257f03dcac738559c11d3d /version.php
parent9d4142688643bea270f56e98f9059ce6b5e33447 (diff)
parent95298d4b3cf1dfba9d1f51e56c72111d6ea14aec (diff)
Merge pull request #27621 from nextcloud/version/21.0.3/rc1v21.0.3rc1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 202f3abe69b..518d239ed3b 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, 2, 1];
+$OC_Version = [21, 0, 3, 0];
// The human readable string
-$OC_VersionString = '21.0.2';
+$OC_VersionString = '21.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [