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-21 01:47:53 +0300
committerGitHub <noreply@github.com>2019-02-21 01:47:53 +0300
commita8d4244c53f7d458f57e07ea73f0c6ff3b475057 (patch)
treecee1575510d100209db06307949d2c6802565ad1
parent37cb48090076c193fa35bd735b9850dd32f23ccc (diff)
parent03d1931bbb82729359a3c7502a55196f1b1d8525 (diff)
Merge pull request #14304 from nextcloud/version/noid/15.0.5RC1v15.0.5RC1
15.0.5 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ce05861ee7b..8f663403265 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, 4, 0);
+$OC_Version = array(15, 0, 5, 1);
// The human readable string
-$OC_VersionString = '15.0.4';
+$OC_VersionString = '15.0.5 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [