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-05 23:38:28 +0300
committerGitHub <noreply@github.com>2019-01-05 23:38:28 +0300
commitccfd23cb32f401a8864176e87879dd2f4b9ebdb2 (patch)
treed3fb87d2b4a230d81019ec9b0a5dcb17c092bffd
parentde761e22d0078e599500e6b85e6259122f2e30ce (diff)
parent67b94a4b1e4f609b6ba87e3ae44e152d531dbe31 (diff)
Merge pull request #13348 from nextcloud/version/noid/13.0.9RC1v13.0.9RC1
13.0.9 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8190288011d..f0fed60e163 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, 8, 2);
+$OC_Version = array(13, 0, 9, 0);
// The human readable string
-$OC_VersionString = '13.0.8';
+$OC_VersionString = '13.0.9 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [