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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-11 21:41:34 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-11 21:41:34 +0300
commitaf1ccb9b4601de407d6a43ef589e9d8fc789dfb2 (patch)
tree418d38fe50e6fc7681de9245a268039fb84c2b7b
parentdb034689117fb43ec9a3c613b99ad1bb88745e64 (diff)
14.0.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5108d282201..21e4da3df40 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, 2, 2);
+$OC_Version = array(14, 0, 3, 0);
// The human readable string
-$OC_VersionString = '14.0.2';
+$OC_VersionString = '14.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [