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-15 15:58:10 +0300
committerGitHub <noreply@github.com>2019-05-15 15:58:10 +0300
commit0ca9141de4eaf3ca147ffaedfaee0157166f643c (patch)
tree7cc5113db3ded2f08c7c0c7a6a517737c684c1b7
parent59fc9eb36e57d3168845c39f3589339490c9d2a6 (diff)
parent813c15f5cf2519e7c42f18fd0c4813a22360db8a (diff)
Merge pull request #15544 from nextcloud/version/15.0.8v15.0.8
15.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4738dc1359c..e84ae2c514c 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, 8, 0);
+$OC_Version = array(15, 0, 8, 1);
// The human readable string
-$OC_VersionString = '15.0.8 RC 1';
+$OC_VersionString = '15.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [