diff options
author | Joas Schilling <coding@schilljs.com> | 2018-09-11 16:26:07 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-09-20 10:58:49 +0200 |
commit | e77bd8a8942586777a6e689cd6a695d6af74fc44 (patch) | |
tree | 65c284aa4859342c612907b6b755da8c1e50ef16 | |
parent | ea73f30d77b5e5cb8b5e168786a3bd485ea73027 (diff) | |
download | nextcloud-server-e77bd8a8942586777a6e689cd6a695d6af74fc44.tar.gz nextcloud-server-e77bd8a8942586777a6e689cd6a695d6af74fc44.zip |
Prepare 14.0.1 release
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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' => [ |