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 <coding@schilljs.com>2018-09-25 09:19:39 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-25 09:19:39 +0300
commit884ac1e11789a6a4aef6103b27ade8a75df7fbfc (patch)
tree59bd477fc3dd17f632d79dda219529f1f6eb5a62
parentc35401110ac30fa619b4ff60e18eec2bd1fad745 (diff)
Increase version for 14.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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' => [