diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-08-07 14:13:53 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-08-08 19:18:05 +0200 |
commit | 3df123dc4504bb8bd0d11d1e2ca6f2470e4941bf (patch) | |
tree | 0efe505075cc6dc1e4947d71f82c49434e32be48 /version.php | |
parent | d88324e5e8eecb473e0f2c647c742a36bb236c7d (diff) | |
download | nextcloud-server-3df123dc4504bb8bd0d11d1e2ca6f2470e4941bf.tar.gz nextcloud-server-3df123dc4504bb8bd0d11d1e2ca6f2470e4941bf.zip |
16.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c9620b4c719..966afc78a02 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(16, 0, 3, 0); +$OC_Version = array(16, 0, 4, 0); // The human readable string -$OC_VersionString = '16.0.3'; +$OC_VersionString = '16.0.4 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |