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-23 22:08:32 +0300
committerGitHub <noreply@github.com>2020-12-23 22:08:32 +0300
commit07f607e1487fccfc955cf68b7538b7e3f2c078e3 (patch)
tree3e184244471a21a2b2b0fd7209a9bf105f30fbde /version.php
parent4cc85805d6379e673d7a2e51df2950df938afde0 (diff)
parentbe7d582c7e6f76255d8d2c5b63943025c99e9432 (diff)
Merge pull request #24765 from nextcloud/version/21/beta3v21.0.0beta3
21 beta3
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 ace58a39e4e..989c66306d8 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, 9];
+$OC_Version = [21, 0, 0, 10];
// The human readable string
-$OC_VersionString = '21.0.0 beta2';
+$OC_VersionString = '21.0.0 beta3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [