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-12-30 17:09:20 +0300
committerGitHub <noreply@github.com>2020-12-30 17:09:20 +0300
commit40832acfd55090c7cc4b2d088743601b9fb0161f (patch)
tree093215c2e8d5c9cdf3e2fb2b4b596dd5124e8741
parentab21491aea80f8e2655186c36957177ef97ab6e1 (diff)
parent379acf6e3558143cdc9db9f86170f13ba5a83ce4 (diff)
Merge pull request #24852 from nextcloud/version/21/beta4v21.0.0beta4
21 beta4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 989c66306d8..ad549a6975d 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [21, 0, 0, 10];
+$OC_Version = [21, 0, 0, 11];
// The human readable string
-$OC_VersionString = '21.0.0 beta3';
+$OC_VersionString = '21.0.0 beta4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [