diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-12-12 16:40:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 16:40:40 +0100 |
commit | ab3ef8a44a04cbc4d110c898a55572605b048d1a (patch) | |
tree | b115d6d188b85b58dd4019bc79cbde6e512d23b4 | |
parent | 6cd421e6034c0d9b43696630958e79fb94c1cbaf (diff) | |
parent | 7c1ffe231e89c0e5db41ff4efe9c7eb56e9aa620 (diff) | |
download | nextcloud-server-ab3ef8a44a04cbc4d110c898a55572605b048d1a.tar.gz nextcloud-server-ab3ef8a44a04cbc4d110c898a55572605b048d1a.zip |
Merge pull request #2627 from nextcloud/already-increase-version
Increase version to 11.0.0
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c4121409e93..3f61aa03b7e 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,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(11, 0, 0, 7); +$OC_Version = array(11, 0, 0, 8); // The human readable string -$OC_VersionString = '11.0 RC2'; +$OC_VersionString = '11.0.0'; $OC_VersionCanBeUpgradedFrom = array(9, 1); |