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>2021-02-24 21:36:24 +0300
committerGitHub <noreply@github.com>2021-02-24 21:36:24 +0300
commit1ff83111a63e795079d668bb15ffa84c1024596d (patch)
tree6ebb8080fea925ce541d9307d0923ec7f29e68fb
parent147e2798d750163e3afb5cbcf7a536fd2a19d6f8 (diff)
parent94099c9b803ebf0db92584486690436d3c27fa2f (diff)
Merge pull request #25719 from nextcloud/version/20.0.8/finalv20.0.8
20.0.8 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e1f06e09205..833f088fc42 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 = [20, 0, 8, 0];
+$OC_Version = [20, 0, 8, 1];
// The human readable string
-$OC_VersionString = '20.0.8 RC1';
+$OC_VersionString = '20.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [