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-06-04 18:37:19 +0300
committerGitHub <noreply@github.com>2018-06-04 18:37:19 +0300
commitb5b17b0ed0951a492e91cdb741a7fb7f01cf632d (patch)
tree39de16cc98aa31d56b90c5d49bd06a230ffeac0d
parente656c8e98b833307619ebe329d94ce66ec88390e (diff)
parent80ae131e3b8a3f80b9e007d818fb89b5b22c1c83 (diff)
Merge pull request #9731 from nextcloud/version/noid/13.0.3RC2v13.0.3RC2
13.0.3 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index fbfdde267b7..c6f97238a79 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, 3, 0);
+$OC_Version = array(13, 0, 3, 1);
// The human readable string
-$OC_VersionString = '13.0.3 RC 1';
+$OC_VersionString = '13.0.3 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [