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-12-18 15:19:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-23 21:40:11 +0300
commitbe7d582c7e6f76255d8d2c5b63943025c99e9432 (patch)
treea13ab4e8c50a7e05c6ca5b0d6b217328d1feafe2 /version.php
parentb1783ada27b0c0aa377ef163865e045ead437735 (diff)
21 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 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' => [