diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-29 12:57:03 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-29 13:33:12 +0100 |
commit | 265973896e1a0a5d3c11b9ef0b67bb8e6f0983e5 (patch) | |
tree | fa41eff8f4fe01309fe6170417fdbf4f60c98439 /version.php | |
parent | e953ea47eada18f3a375d21c1537f0116384c5ab (diff) | |
download | nextcloud-server-265973896e1a0a5d3c11b9ef0b67bb8e6f0983e5.tar.gz nextcloud-server-265973896e1a0a5d3c11b9ef0b67bb8e6f0983e5.zip |
15.0.6 RC 1
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 3b045829a50..28a66f3d2cc 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(15, 0, 5, 3); +$OC_Version = array(15, 0, 6, 0); // The human readable string -$OC_VersionString = '15.0.5'; +$OC_VersionString = '15.0.6 RC 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |