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>2019-02-07 13:51:08 +0300
committerGitHub <noreply@github.com>2019-02-07 13:51:08 +0300
commit81339c7e23672b7d87e1c6dbaaf586153b260f03 (patch)
tree8e7c1e5bf8f8f89325f23f04ab5934f70fe7d39c
parentf36a2b28afa5ce03a393c877861edb1e7b37874f (diff)
parent9fa39c74dc0206e6262f87731fab92bb01fd94f3 (diff)
Merge pull request #14077 from nextcloud/version/noid/15.0.4v15.0.4
15.0.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2466da80dfe..ce05861ee7b 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(15, 0, 3, 1);
+$OC_Version = array(15, 0, 4, 0);
// The human readable string
-$OC_VersionString = '15.0.3';
+$OC_VersionString = '15.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [