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>2019-09-12 14:48:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-19 11:33:29 +0300
commitd768bcebc878a64d77a17057f3b7e9427e028462 (patch)
tree460999d07feaf749a11cb79898c47a70ecf95311 /version.php
parent436177faf03ad09756e8610105abd9237437f933 (diff)
15.0.12 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-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' => [