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-05-09 18:11:32 +0300
committerGitHub <noreply@github.com>2019-05-09 18:11:32 +0300
commit3fdfb7abfc37b49ec3eeb65379881d74c666be88 (patch)
tree57395c510ebb50074d25dbdf11f79731487a110a
parentbb94888f3338d8b6f125a655dd51b520ab1f1ba2 (diff)
parent6b6ba81d3aaca052ae5ad83a08eece718766b4ae (diff)
Merge pull request #15221 from nextcloud/version/15.0.8/RC1v15.0.8RC1
15.0.8 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c326675f93b..4738dc1359c 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, 7, 1);
+$OC_Version = array(15, 0, 8, 0);
// The human readable string
-$OC_VersionString = '15.0.7';
+$OC_VersionString = '15.0.8 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [