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-01-09 22:27:09 +0300
committerGitHub <noreply@github.com>2019-01-09 22:27:09 +0300
commitd9db6b7ec48dee66678aec7a6e46f610d568c8d6 (patch)
tree545d016f59e8954b0810726fff9058fbc89a8fcd
parent9681279623668b90a38254ca0782ce72bca9b9b7 (diff)
parentda6ba224b8b77a4cd7521ee44c8723c391a036a0 (diff)
Merge pull request #13454 from nextcloud/version/noid/13.0.9RC2v13.0.9RC2
13.0.9 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f0fed60e163..61e7b011d88 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(13, 0, 9, 0);
+$OC_Version = array(13, 0, 9, 1);
// The human readable string
-$OC_VersionString = '13.0.9 RC 1';
+$OC_VersionString = '13.0.9 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [