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-10-09 16:49:45 +0300
committerGitHub <noreply@github.com>2018-10-09 16:49:45 +0300
commitc33167be5e9265d13f91e3717c8b89b17e9d060f (patch)
treeaf48cf0f815e0437d5a6241bf11a09093786b854
parent048f99620a170cb73fb6ff81de857da65741b68d (diff)
parentce3b50c4f4664e4543f5f470a146d8f7f8d26bfc (diff)
Merge pull request #11713 from nextcloud/version/noid/13.0.7RC2v13.0.7RC2
13.0.7 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 35d13d1c235..c3b279505d4 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, 7, 0);
+$OC_Version = array(13, 0, 7, 1);
// The human readable string
-$OC_VersionString = '13.0.7 RC 1';
+$OC_VersionString = '13.0.7 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [