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-01 16:08:57 +0300
committerGitHub <noreply@github.com>2018-06-01 16:08:57 +0300
commitc04ba4b7af1541a76df9abaa7435103cbe105838 (patch)
tree181d8cdae4903857d1829c7cab831b1f658a69f1
parent52b3582250e9c0bdf38e806139003387be6ce63f (diff)
parent337838a49d8c90f73775c158527708de2d940562 (diff)
Merge pull request #9700 from nextcloud/version/noid/13.0.3RC1v13.0.3RC1
13.0.3 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 60a4d48b650..fbfdde267b7 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, 2, 2);
+$OC_Version = array(13, 0, 3, 0);
// The human readable string
-$OC_VersionString = '13.0.2';
+$OC_VersionString = '13.0.3 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [