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-12 14:25:41 +0300
committerGitHub <noreply@github.com>2018-07-12 14:25:41 +0300
commit31d30f56576d7000988f82929af16bb1b12b3027 (patch)
treea609b0b0ad6e38a97b5f0cee364d2c74f7f97272
parent26395334220052ac11b9c58792b06dcbbf3c2c4c (diff)
parent69ff4dd5c65aade4943a01c8345d915ac5f5f5d8 (diff)
Merge pull request #10172 from nextcloud/version/noid/13.0.5RC1v13.0.5RC1
13.0.5 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index cf737d14c46..05677cad9ed 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, 4, 0);
+$OC_Version = array(13, 0, 5, 0);
// The human readable string
-$OC_VersionString = '13.0.4';
+$OC_VersionString = '13.0.5 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [