diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-20 22:32:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 22:32:53 +0200 |
commit | 08cf8b3b23977578ddb152971ea105f2cd12139c (patch) | |
tree | b2e6f7b4917289a074c5419c211b4dd618deb474 /version.php | |
parent | bdcaff0f4887148038021de18acdeff36628e6f8 (diff) | |
parent | b460bcb52e3912c18da4ab697ff015cf6c9d4e35 (diff) | |
download | nextcloud-server-17.0.6RC2.tar.gz nextcloud-server-17.0.6RC2.zip |
Merge pull request #20546 from nextcloud/version/17.0.6/RC2v17.0.6RC2
17.0.6 RC2
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 1a2c20443b7..d8e20b0b38d 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, 6, 0); +$OC_Version = array(17, 0, 6, 1); // The human readable string -$OC_VersionString = '17.0.6 RC1'; +$OC_VersionString = '17.0.6 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |