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 01:55:11 +0300
committerGitHub <noreply@github.com>2019-02-07 01:55:11 +0300
commit49e161d1ad9f7de42bdc5addae3fe0b2541d09cf (patch)
treef17a23292965752fc0c7785fe0452a32342785d9
parent7b1720ba5d944cefd15ed9e5746b69b5a8bae78f (diff)
parent5cd282b8527f887ea9b75cfb0ef9d5682cf83702 (diff)
Merge pull request #14061 from nextcloud/version/noid/15.0.3v15.0.3
15.0.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 18f70ec5c19..2466da80dfe 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, 0);
+$OC_Version = array(15, 0, 3, 1);
// The human readable string
-$OC_VersionString = '15.0.3 RC 1';
+$OC_VersionString = '15.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [