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-07 15:14:16 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-07 15:14:16 +0300
commitf480436c678b8fd94a3e436c5761ba047c0295ce (patch)
treee18c740cbdd50786766097d0a3edd8b7071dad88
parente02c9ec1bfc7eaabafe640dce87adb5efb013ad0 (diff)
21 beta1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 24e3e8db6ae..e5d7811fcbc 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 = [21, 0, 0, 7];
+$OC_Version = [21, 0, 0, 8];
// The human readable string
-$OC_VersionString = '21.0.0 alpha';
+$OC_VersionString = '21.0.0 beta1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [