diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-04-18 10:27:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-18 10:27:28 +0200 |
commit | dfb25771713744cf15686f6f2036f11c7be6a8b4 (patch) | |
tree | 97eeee3203bdd64849d3f7023483349b7bc35573 | |
parent | 4ad74937dc4c25661703f7a60e2672fd24b698c6 (diff) | |
parent | 9a34ccb1e1b314d8537811c075648c1169973818 (diff) | |
download | nextcloud-server-dfb25771713744cf15686f6f2036f11c7be6a8b4.tar.gz nextcloud-server-dfb25771713744cf15686f6f2036f11c7be6a8b4.zip |
Merge pull request #15137 from nextcloud/version/16.0.0/rc216.0.0RC2
16.0.0 RC2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 596cfc2bf19..f202a1409c7 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, 0, 7); +$OC_Version = array(16, 0, 0, 8); // The human readable string -$OC_VersionString = '16.0.0 RC 1'; +$OC_VersionString = '16.0.0 RC 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |