diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-15 20:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 20:26:03 +0200 |
commit | 6571190030af709baa779ef37312e3a67b084fc5 (patch) | |
tree | 1db7e2399ffaa52bee941dc5636b8a7021d76b78 | |
parent | 65c6680e86856a93798975ba770af2ba30c6224d (diff) | |
parent | 4b6ee6f8f10a630a4fabd955b5dae04dcc5640c4 (diff) | |
download | nextcloud-server-18.0.4RC1.tar.gz nextcloud-server-18.0.4RC1.zip |
Merge pull request #20456 from nextcloud/version/18.0.4/RC1v18.0.4RC1
18.0.4 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index bee72414087..fdd9f0cdae4 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(18, 0, 3, 0); +$OC_Version = array(18, 0, 4, 0); // The human readable string -$OC_VersionString = '18.0.3'; +$OC_VersionString = '18.0.4 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |