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>2021-01-28 22:38:46 +0300
committerGitHub <noreply@github.com>2021-01-28 22:38:46 +0300
commit2d22b5671abf02aacf55b5e01b7a2f47bb0c4d41 (patch)
treede25148b79c52601300195b21a01e544ba61e366
parente29f903dc4cf2b95df3e4c505e24b30bee999dd0 (diff)
parenta191497737286e3f5bf5a46c2d5736e86df4b5e4 (diff)
Merge pull request #25245 from nextcloud/version/21/beta8v21.0.0beta8
21 beta8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 323059ca0a3..332dc686cc5 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, 14];
+$OC_Version = [21, 0, 0, 15];
// The human readable string
-$OC_VersionString = '21.0.0 beta7';
+$OC_VersionString = '21.0.0 beta8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [