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>2018-04-19 12:09:50 +0300
committerGitHub <noreply@github.com>2018-04-19 12:09:50 +0300
commit6435721b1d57e4e954ae1b780dbdd84331791c27 (patch)
treef4df33f2a8caa678cbf5aac8c455fa565981b63f
parent8f259b3162363f87979b478fefb45c41a851d218 (diff)
parentb4d24aaaf813367ff6f6d9f968ea4f6386ab6569 (diff)
Merge pull request #9229 from nextcloud/12.0.7-RC1v12.0.7RC1
12.0.7 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ca7d3a50233..482e3dfaef0 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(12, 0, 6, 1);
+$OC_Version = array(12, 0, 7, 0);
// The human readable string
-$OC_VersionString = '12.0.6';
+$OC_VersionString = '12.0.7 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [