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-07 12:43:51 +0300
committerGitHub <noreply@github.com>2018-06-07 12:43:51 +0300
commit8a0093d9cada749aa0182b1c2248b42e0ea47f0b (patch)
treef0403d71c5dce75c954c53a93a28287d3e2ce34f
parenta19310e2cff3f9c156627308682d9a72c1a288fd (diff)
parent299c47a56583c39c973f3a7f5f3d5d98c91d9dff (diff)
Merge pull request #9778 from nextcloud/version/noid/13.0.3v13.0.3
13.0.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c6f97238a79..1a23f88ddf4 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, 1);
+$OC_Version = array(13, 0, 3, 2);
// The human readable string
-$OC_VersionString = '13.0.3 RC 2';
+$OC_VersionString = '13.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [