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-27 23:36:01 +0300
committerGitHub <noreply@github.com>2019-02-27 23:36:01 +0300
commit5679410fef10e88e064dc08675e7fb1e52b7a7b3 (patch)
treeafb6f479dd8be349adea8d95d174177f8ef41ddc
parent192bb12d5b3d81bd86ce735ffc383c5116badcfd (diff)
parent401c074010d05beb0209fb5f8de5852c75d42878 (diff)
Merge pull request #14420 from nextcloud/version/noid/15.0.5v15.0.5
15.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ea441132cc0..3b045829a50 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, 5, 2);
+$OC_Version = array(15, 0, 5, 3);
// The human readable string
-$OC_VersionString = '15.0.5 RC 2';
+$OC_VersionString = '15.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [