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-18 22:23:58 +0300
committerGitHub <noreply@github.com>2021-02-18 22:23:58 +0300
commitf80a2bef590c400a886a3b7fee642c65c9baf9a8 (patch)
tree8ca3a2051e7f1e2c3a05d847469b6477d022d843
parentcb0c2243ac3391fb63bca0a51d585ef3ec4138ad (diff)
parent931ee2c0b8da36fa036edc817452c02181618a54 (diff)
Merge pull request #25494 from nextcloud/version/20.0.8/RC1v20.0.8RC1
20.0.8 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1f1dc8f0be2..e1f06e09205 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, 7, 1];
+$OC_Version = [20, 0, 8, 0];
// The human readable string
-$OC_VersionString = '20.0.7';
+$OC_VersionString = '20.0.8 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [