Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-09-25 09:33:42 +0300
committerGitHub <noreply@github.com>2018-09-25 09:33:42 +0300
commitd96adc01b7b5dea20b64777daa04aefbcb9258e3 (patch)
tree59bd477fc3dd17f632d79dda219529f1f6eb5a62
parentc35401110ac30fa619b4ff60e18eec2bd1fad745 (diff)
parent884ac1e11789a6a4aef6103b27ade8a75df7fbfc (diff)
Merge pull request #11361 from nextcloud/rel-14.0.1v14.0.1
Increase version for 14.0.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 462d6cb5079..dd24f295ad8 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, 1, 0);
+$OC_Version = array(14, 0, 1, 1);
// The human readable string
-$OC_VersionString = '14.0.1 RC 1';
+$OC_VersionString = '14.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [