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-07-23 14:01:20 +0300
committerGitHub <noreply@github.com>2018-07-23 14:01:20 +0300
commit1e935d7431c6c890e9a7364da18caa1af9cde2f6 (patch)
tree0732488dce8d54c4a59e2d0577f67dfe88fbbe12
parent85dbd7836af6e6941bd6afd8288964e9f1c73153 (diff)
parent372d0d7a7e341fda1d1dc2968eff6fd7877857e6 (diff)
Merge pull request #10351 from nextcloud/version/noid/12.0.10v12.0.10
12.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ca0680a63a1..f61eac0bac3 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, 10, 0);
+$OC_Version = array(12, 0, 10, 1);
// The human readable string
-$OC_VersionString = '12.0.10 RC 1';
+$OC_VersionString = '12.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [