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-26 10:33:12 +0300
committerGitHub <noreply@github.com>2018-04-26 10:33:12 +0300
commit67c057d8c87457927736c0f4546857a28e081dfd (patch)
tree1de08dd085ec90dc3c30cfeac0e03ab733af6dd3
parentdf3f4a7c00fa1693761e6267459820e084143fcc (diff)
parent997b120b26324da91fe7dce0037af0dbeb5c54d9 (diff)
Merge pull request #9301 from nextcloud/final-12.0.7v12.0.7
12.0.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 482e3dfaef0..e59ffed5f2b 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, 7, 0);
+$OC_Version = array(12, 0, 7, 1);
// The human readable string
-$OC_VersionString = '12.0.7 RC 1';
+$OC_VersionString = '12.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [