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-11 11:21:04 +0300
committerGitHub <noreply@github.com>2018-06-11 11:21:04 +0300
commit5c97dc3de30c06971fc077cc2385aedef8dd6f20 (patch)
treec255121a9e17a38501b39d26c9e166e4bfba0554
parentdfd7ea3c453d4de2460b91980432db69bef189d2 (diff)
parentb8ab0a031d732008389c07362489a4a67d660033 (diff)
Merge pull request #9821 from nextcloud/version/noid/13.0.4v13.0.4
13.0.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1a23f88ddf4..cf737d14c46 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, 2);
+$OC_Version = array(13, 0, 4, 0);
// The human readable string
-$OC_VersionString = '13.0.3';
+$OC_VersionString = '13.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [