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-07-23 13:47:15 +0300
committerGitHub <noreply@github.com>2018-07-23 13:47:15 +0300
commit1a082ab2a2ab7ceb3e4d17b5c179fbd1a3c23403 (patch)
treefe7fa4bcc19144a441bbf5ea92dce25a54d3e8d4
parent9e7197cbccc35c9c763c64cfab651577cddf8be6 (diff)
parentdbff6b4dfe270c49bfdcc3c578271943cf3e78de (diff)
Merge pull request #10350 from nextcloud/version/noid/13.0.5v13.0.5
13.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 02325f1d7ff..1fc7dc4c68d 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, 1);
+$OC_Version = array(13, 0, 5, 2);
// The human readable string
-$OC_VersionString = '13.0.5 RC 2';
+$OC_VersionString = '13.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [