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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-08-25 14:09:42 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-08-25 14:09:42 +0300
commit9ac55be4157124a997ed73ceca859fb9430e0ee1 (patch)
tree5d986e024d635a2ee0f39725e0abf9a84a172990
parent02264a11a8aa6c5ab6eca596ef905438cdf38227 (diff)
18.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4d48d2e55a6..a55ba2ace11 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(18, 0, 8, 1);
+$OC_Version = array(18, 0, 8, 2);
// The human readable string
-$OC_VersionString = '18.0.8 RC2';
+$OC_VersionString = '18.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [