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-04-09 00:20:58 +0300
committerGitHub <noreply@github.com>2019-04-09 00:20:58 +0300
commite578672704cc159694dc2cd8e77c208ae84b35d6 (patch)
tree23469e63e50f34a228ed747938ea4874b6094582
parent978b4c9424320ee8a9f6cad63f3df27421879439 (diff)
parentdc0a33086b4af660919945e21d2201f220bafd57 (diff)
Merge pull request #15003 from nextcloud/version/noid/15.0.7v15.0.7
15.0.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1ef8c7c7f8e..f186f135e5c 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, 6, 1);
+$OC_Version = array(15, 0, 7, 0);
// The human readable string
-$OC_VersionString = '15.0.6';
+$OC_VersionString = '15.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [