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-05-08 15:47:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-05-14 14:25:55 +0300
commit253f962241ba7c96610f22e6940c31184650041d (patch)
tree4142059ceba15c6bf5748b8260285c9a11940f3e /version.php
parent3bfa031f38ded2da90ce6051187fcbcb53f67cc2 (diff)
Add the job
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index bd0de81ff33..433f248aec7 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// 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, 2);
+$OC_Version = array(14, 0, 0, 3);
// The human readable string
$OC_VersionString = '14.0.0 alpha';