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>2018-11-15 19:21:16 +0300
committerGitHub <noreply@github.com>2018-11-15 19:21:16 +0300
commit749204a1eb92ed2c40e5f52d2753c5d6366f36bd (patch)
tree30afe27d607ca09924a2534fe5d9850ba56d7892
parent790ee0c8a3117cfc9effbb7d0512091cd4c8d770 (diff)
parent80f4c40bba92d53a05ad2809cf2db28ef4e2e664 (diff)
Merge pull request #12355 from nextcloud/version/noid/15.0.0beta2v15.0.0beta2
15.0.0 Beta 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 419d3c2777b..b99102a65f4 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, 0, 5);
+$OC_Version = array(15, 0, 0, 6);
// The human readable string
-$OC_VersionString = '15.0.0 beta 1';
+$OC_VersionString = '15.0.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [