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-18 10:50:59 +0300
committerGitHub <noreply@github.com>2020-12-18 10:50:59 +0300
commit2492b448e954c071e7d65966cc1200087b08cbc0 (patch)
treed393f7e5610301d803e3b4566f856a51971ec248
parent6228cbe852fba3259639f3443274a7a6f7336f92 (diff)
parentd4811aafb19cf188b2d6e803fc93c9e1c2c10a5e (diff)
Merge pull request #24685 from nextcloud/version/21/beta2v21.0.0beta2
21 beta2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c7d560e15fa..ace58a39e4e 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, 8];
+$OC_Version = [21, 0, 0, 9];
// The human readable string
-$OC_VersionString = '21.0.0 beta1';
+$OC_VersionString = '21.0.0 beta2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [