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-30 14:15:36 +0300
committerGitHub <noreply@github.com>2018-08-30 14:15:36 +0300
commit2a973843f0acf084ba62d41f7d2c1526b5f8f4d1 (patch)
tree72e5b7cf3a9b22486b280c0a95af4ca9a3d1930a
parent9db4afce72b502b16b73e9b88f0bcc9f3f4e28d0 (diff)
parent200c3b6181e58398f67ed01aa9969afacb84d105 (diff)
Merge pull request #10932 from nextcloud/version/noid/13.0.6v13.0.6
13.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9ae691d874e..8ca766c8373 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, 6, 0);
+$OC_Version = array(13, 0, 6, 1);
// The human readable string
-$OC_VersionString = '13.0.6 RC 1';
+$OC_VersionString = '13.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [