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-07-29 11:00:10 +0300
committerGitHub <noreply@github.com>2021-07-29 11:00:10 +0300
commitd58b4846808150891b65a932cf1d61ed2507430f (patch)
treeb0e3d358dd1b197d3e5feb8e04edf5d451751241
parent9d163ece64373b87db14bb2b875f35b91226c0d7 (diff)
parentb1a3cefd25a4d6eac381ce7d2c2298d62df95a21 (diff)
Merge pull request #28160 from nextcloud/version/21.0.4/RC1v21.0.4rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index da51ae705e5..f965c5fc785 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, 3, 1];
+$OC_Version = [21, 0, 4, 0];
// The human readable string
-$OC_VersionString = '21.0.3';
+$OC_VersionString = '21.0.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [