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-11 18:24:44 +0300
committerGitHub <noreply@github.com>2019-01-11 18:24:44 +0300
commit954577b6969cbb056fc4de9414f13a7c974b3d3d (patch)
tree5fd610a8528837a22fe1bbbd5fcf3fd9bab64439
parent1b987d8518bb14a485d4c125e948adf1a654b36a (diff)
parentfae060f59fdd10f823882ceac6713fc391d6e1be (diff)
Merge pull request #13515 from nextcloud/version/noid/15.0.2v15.0.2
15.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 477f2500e71..234316959e7 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, 2);
+$OC_Version = array(15, 0, 2, 0);
// The human readable string
-$OC_VersionString = '15.0.1';
+$OC_VersionString = '15.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [