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>2019-07-09 14:48:57 +0300
committerGitHub <noreply@github.com>2019-07-09 14:48:57 +0300
commit1f45d7696deecf51294d1f0ed22976318db85c68 (patch)
treea2f6c0f44c78ed6f1361f4745b0999d6a484e03e
parentcaf46d2d252cbbfb5403123de97d240d9256372f (diff)
parent1ee7c76c29730b3990b3e7b1983f34e32002e1e8 (diff)
Merge pull request #16304 from nextcloud/version/noid/15.0.10v15.0.10
15.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index be757740c23..07cb6e21b57 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, 9, 1);
+$OC_Version = array(15, 0, 10, 0);
// The human readable string
-$OC_VersionString = '15.0.9';
+$OC_VersionString = '15.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [