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 <roeland@famdouma.nl>2020-08-27 11:47:31 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-08-27 11:47:31 +0300
commitc772df81c30d497729bece12625c4c02cf82ffb6 (patch)
treec4a00e34d114271072854fcc1aafc825e4b60f9b /version.php
parentaad30d3b33ea138a1d436405e25f285f7eda8436 (diff)
20 Beta3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-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' => [