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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-07-04 09:47:39 +0300
committerGitHub <noreply@github.com>2019-07-04 09:47:39 +0300
commit5ba848a3edfb03382c7eb16002e00a9a73f779ec (patch)
treeb52d8537bfc8859163b17c071d74f8ecc5ef35e5
parent5b1e5f26d554deadf3889cc1f46b4fb6f5a2aa15 (diff)
parent8681acc5e67a4cf8e80c8a2aa6f93ad22035cb7b (diff)
Merge pull request #16219 from nextcloud/version/noid/15.0.9v15.0.9
15.0.9
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 145c3de3ea3..be757740c23 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, 0);
+$OC_Version = array(15, 0, 9, 1);
// The human readable string
-$OC_VersionString = '15.0.9 RC1';
+$OC_VersionString = '15.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [