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-08 15:12:30 +0300
committerGitHub <noreply@github.com>2018-11-08 15:12:30 +0300
commit13d7a2746c9289419a2d473880811221b09addd0 (patch)
tree729e40a2f6ee25dd38b485c7f77b45ccf5f59f3f
parent78fd8ab0fd362fd5d568dfc5b47a02158e62d51c (diff)
parent8dff57deb6afbb208908f56aa703364d5f69ea4d (diff)
Merge pull request #12310 from nextcloud/version/noid/15.0.0beta1v15.0.0beta1
15.0.0 beta 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6617a7a5398..419d3c2777b 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, 4);
+$OC_Version = array(15, 0, 0, 5);
// The human readable string
-$OC_VersionString = '15.0.0 alpha';
+$OC_VersionString = '15.0.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [