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>2018-08-24 11:23:34 +0300
committerGitHub <noreply@github.com>2018-08-24 11:23:34 +0300
commit2d5d8b68d215dfdfc7622f8da55e118a3d4a8469 (patch)
tree6f4e09a6c9203802847c60b74b38a5e961d22b42
parent12a3f776a1726072ffc24081d6994dae9f03f1c6 (diff)
parent737fcd4fac87b989213589cf766c7e9a702c1a1c (diff)
Merge pull request #10791 from nextcloud/version/noid/13.0.6RC1v13.0.6RC1
13.0.6 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1fc7dc4c68d..9ae691d874e 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, 5, 2);
+$OC_Version = array(13, 0, 6, 0);
// The human readable string
-$OC_VersionString = '13.0.5';
+$OC_VersionString = '13.0.6 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [