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-04-19 11:57:50 +0300
committerGitHub <noreply@github.com>2018-04-19 11:57:50 +0300
commitff5e666a895efae70739885165a11aa3bb733bcf (patch)
tree391c40ab2946337a00f4a5eb3a8ff859cbb80453
parent75f9dd6d67a9a2305841b1586f56681939c1ba61 (diff)
parentda924a79c7aa3d0d730ea958f844ed4cb8dba98a (diff)
Merge pull request #9228 from nextcloud/13.0.2-RC1v13.0.2RC1
13.0.2 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 52f821ba907..5d3f2f41d7f 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, 1, 1);
+$OC_Version = array(13, 0, 2, 0);
// The human readable string
-$OC_VersionString = '13.0.1';
+$OC_VersionString = '13.0.2 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [