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-07-15 21:40:08 +0300
committerGitHub <noreply@github.com>2020-07-15 21:40:08 +0300
commit4c4cd5984dbbaa7d799f816bf21c6c88d0741b66 (patch)
treeb209b0b18c56fc144ab50309fcfd7e0bc9cde61e
parentc2c8930e481886141a9c1e878fcacc42dd993871 (diff)
parent55c667acc2aa14cd582d5168148e5a4d6ee8e254 (diff)
Merge pull request #21803 from nextcloud/version/17.0.8/finalv17.0.8
17.0.8 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ebfdaa655fc..72f3e09f4b8 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(17, 0, 8, 0);
+$OC_Version = array(17, 0, 8, 1);
// The human readable string
-$OC_VersionString = '17.0.8 RC1';
+$OC_VersionString = '17.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [