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 <rullzer@users.noreply.github.com>2019-09-19 17:20:37 +0300
committerGitHub <noreply@github.com>2019-09-19 17:20:37 +0300
commit8b439fd6177c53df1a3174b8a7c8f4c512d1dde5 (patch)
tree460999d07feaf749a11cb79898c47a70ecf95311
parent436177faf03ad09756e8610105abd9237437f933 (diff)
parentd768bcebc878a64d77a17057f3b7e9427e028462 (diff)
Merge pull request #17112 from nextcloud/version/15.0.12/RC1v15.0.12RC1
15.0.12 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2d20c63a6ae..09c23cb8229 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(15, 0, 11, 1);
+$OC_Version = array(15, 0, 12, 0);
// The human readable string
-$OC_VersionString = '15.0.11';
+$OC_VersionString = '15.0.12';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [