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-21 10:40:39 +0300
committerGitHub <noreply@github.com>2021-01-21 10:40:39 +0300
commit3d2d19aeb92aeeaccc63ad90af762a6c539b3da4 (patch)
tree94b2b87dcc9b5c5509f88c0f2ba5c482f598da74
parent3478f39c0c72044ea10727b3c37bbb6f9fca5552 (diff)
parentc61ee49b1082467972341450b9e6ebd388d36e0c (diff)
Merge pull request #25119 from nextcloud/version/21/beta7v21.0.0beta7
21 beta7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 46308ca9b04..323059ca0a3 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, 13];
+$OC_Version = [21, 0, 0, 14];
// The human readable string
-$OC_VersionString = '21.0.0 beta6';
+$OC_VersionString = '21.0.0 beta7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [