diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-04-13 13:18:24 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-04-13 13:18:24 +0200 |
commit | 4b6ee6f8f10a630a4fabd955b5dae04dcc5640c4 (patch) | |
tree | 1f583a4ef17b2881327a127df5986829ac0e170a | |
parent | e7c21e747206a30323a05acafb139c1c8d88d37f (diff) | |
download | nextcloud-server-4b6ee6f8f10a630a4fabd955b5dae04dcc5640c4.tar.gz nextcloud-server-4b6ee6f8f10a630a4fabd955b5dae04dcc5640c4.zip |
18.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [ |