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-09-03 14:09:03 +0300
committerGitHub <noreply@github.com>2020-09-03 14:09:03 +0300
commit5826b75c4025529805135595da46d63c7d46560f (patch)
treedc68b81c500cceff2b9b4d2712a95deabce9c4ed
parentd20a11f171e660a4514c8ce3cf4a23ab6488207f (diff)
parentc772df81c30d497729bece12625c4c02cf82ffb6 (diff)
Merge pull request #22455 from nextcloud/version/20.0.0/beta3v20.0.0beta3
20 Beta3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index da3c3477ae4..90f2de48c1e 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, 0, 4];
+$OC_Version = [20, 0, 0, 5];
// The human readable string
-$OC_VersionString = '20.0.0 Beta 2';
+$OC_VersionString = '20.0.0 Beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [