diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2018-09-20 12:48:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 12:48:49 +0200 |
commit | 4d8f69f7a49d147b4b729910ec8f3e4e58c24475 (patch) | |
tree | 65c284aa4859342c612907b6b755da8c1e50ef16 | |
parent | ea73f30d77b5e5cb8b5e168786a3bd485ea73027 (diff) | |
parent | e77bd8a8942586777a6e689cd6a695d6af74fc44 (diff) | |
download | nextcloud-server-14.0.1RC1.tar.gz nextcloud-server-14.0.1RC1.zip |
Merge pull request #11173 from nextcloud/update-version-14.0.1v14.0.1RC1
Prepare 14.0.1 release
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 67d4af2ebc1..462d6cb5079 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(14, 0, 0, 19); +$OC_Version = array(14, 0, 1, 0); // The human readable string -$OC_VersionString = '14.0.0'; +$OC_VersionString = '14.0.1 RC 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |