diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-12 08:56:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 08:56:52 +0200 |
commit | 9954f9af139eaea27935ba449853157d709ea37d (patch) | |
tree | 2d6669de14bad9eae4a3a96c43ac49f9820706e2 | |
parent | f6806cc6d1dafa1150ccf924eba4c22fd9b0594c (diff) | |
parent | c37c73d0f6c18cf84c621c013bca3217812cba5e (diff) | |
download | nextcloud-server-9954f9af139eaea27935ba449853157d709ea37d.tar.gz nextcloud-server-9954f9af139eaea27935ba449853157d709ea37d.zip |
Merge pull request #17067 from nextcloud/version/17.0.0/rc1v17.0.0rc1
17 RC 1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 4306647cb25..11ebc565936 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(17, 0, 0, 6); +$OC_Version = array(17, 0, 0, 7); // The human readable string -$OC_VersionString = '17.0.0 Beta 4'; +$OC_VersionString = '17.0.0 RC 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |