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-06-07 12:52:24 +0300
committerGitHub <noreply@github.com>2018-06-07 12:52:24 +0300
commit42d3169e276bda2e2c41849fcc8a6f683719b323 (patch)
treecfd61d8edf7a23a07617ebb894732c2a0f8ca91e
parent09cdf936d369d2bebfb7f8144a89a953baf5191d (diff)
parent9414f401e41fb466098043bee8e7217d6ac8a16d (diff)
Merge pull request #9779 from nextcloud/version/noid/12.0.8v12.0.8
12.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 553db3fe3c9..0b528fbb35b 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(12, 0, 8, 0);
+$OC_Version = array(12, 0, 8, 1);
// The human readable string
-$OC_VersionString = '12.0.8 RC 1';
+$OC_VersionString = '12.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [