diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-29 10:00:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 10:00:10 +0200 |
commit | d58b4846808150891b65a932cf1d61ed2507430f (patch) | |
tree | b0e3d358dd1b197d3e5feb8e04edf5d451751241 | |
parent | 9d163ece64373b87db14bb2b875f35b91226c0d7 (diff) | |
parent | b1a3cefd25a4d6eac381ce7d2c2298d62df95a21 (diff) | |
download | nextcloud-server-d58b4846808150891b65a932cf1d61ed2507430f.tar.gz nextcloud-server-d58b4846808150891b65a932cf1d61ed2507430f.zip |
Merge pull request #28160 from nextcloud/version/21.0.4/RC1v21.0.4rc1
-rw-r--r-- | version.php | 4 |
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' => [ |