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-10 20:09:21 +0300
committerGitHub <noreply@github.com>2020-09-10 20:09:21 +0300
commit92cde8bf17d09e71c9616f410eb1cf25e9c0f95b (patch)
tree7b0932b19f13518b5977fcd4dd5ac62930cd9afe
parentd01278b3caf57bee4a3590c42ca5641c4a6506c6 (diff)
parentb7edc61a83bb320d77bba72f04c16a10f6d7f546 (diff)
Merge pull request #22562 from nextcloud/version/20.0.0/beta4v20.0.0beta4
20 beta 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 90f2de48c1e..bb27fba74fb 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, 5];
+$OC_Version = [20, 0, 0, 6];
// The human readable string
-$OC_VersionString = '20.0.0 Beta 3';
+$OC_VersionString = '20.0.0 Beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [