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:
authorMorris Jobke <hey@morrisjobke.de>2019-05-17 15:00:35 +0300
committerGitHub <noreply@github.com>2019-05-17 15:00:35 +0300
commita6709a6690be0895f7e3e6cadf6d206ef5f22fc9 (patch)
tree7381c97f20da838dc3fc3339d73e7e936391dca9
parent85addb7069dd3411185433ec2595b79f0376d4e0 (diff)
parent39386b8dca39c30ca193f5014ecd26f513fae42b (diff)
Merge pull request #15594 from nextcloud/version/14.0.12v14.0.12
14.0.12
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d8076160068..09a98af39f5 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, 11, 1);
+$OC_Version = array(14, 0, 12, 0);
// The human readable string
-$OC_VersionString = '14.0.11';
+$OC_VersionString = '14.0.12';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [