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-01-10 17:38:13 +0300
committerGitHub <noreply@github.com>2019-01-10 17:38:13 +0300
commit9325e42d3b48215b5b84397bb4a7694fecad3dbc (patch)
tree6cc1ffe9ca85730b24d3ef783eca8b5d1baffcbc
parent6f9ec05eec225ad42edd80903d2b673fcfd82208 (diff)
parent7d220a02f9c3965ff58419060c484d7d0302c737 (diff)
Merge pull request #13475 from nextcloud/version/noid/15.0.1v15.0.1
15.0.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 01d8381a4d1..477f2500e71 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, 1, 1);
+$OC_Version = array(15, 0, 1, 2);
// The human readable string
-$OC_VersionString = '15.0.1 RC 2';
+$OC_VersionString = '15.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [