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 <rullzer@users.noreply.github.com>2020-08-26 20:21:12 +0300
committerGitHub <noreply@github.com>2020-08-26 20:21:12 +0300
commitaf1f40a0953b9d2a5c1f7963325537373da1b663 (patch)
tree04234537ef99e3c956b4c1fbcf970f2b4c2a6931
parent3077047029424e4c2c9e1ccd504e265e4835621a (diff)
parent9ac55be4157124a997ed73ceca859fb9430e0ee1 (diff)
Merge pull request #22417 from nextcloud/version/18.0.8/finalv18.0.8
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' => [