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-06-11 11:31:25 +0300
committerGitHub <noreply@github.com>2018-06-11 11:31:25 +0300
commit94270e93321233fd56cd3365cdd06689bba2966e (patch)
tree0b40e2f092e051d1f11ca2a561cf83517f6b1d2f
parent07f5a2d44828cb5bfd3620d9a9159110a1c74e98 (diff)
parent434607a65b59ae31f4df944be2fd7b024cf14400 (diff)
Merge pull request #9822 from nextcloud/version/noid/12.0.9v12.0.9
12.0.9
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0b528fbb35b..ad8c6460abe 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, 8, 1);
+$OC_Version = array(12, 0, 9, 0);
// The human readable string
-$OC_VersionString = '12.0.8';
+$OC_VersionString = '12.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [