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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-10 13:24:59 +0300
committerGitHub <noreply@github.com>2021-06-10 13:24:59 +0300
commitb56e4eeb725a787a80c5024a0ceb321fd12091dd (patch)
tree5f31bcae35b46a59b565c3018e2bb514403bf126
parent17550a82165204c98f2a90beff0db210a56c26ef (diff)
parent5f88b86d959f22b97282fb69f4edc6186cf25ce5 (diff)
Merge pull request #27458 from nextcloud/version/noid/22.0.0beta4v22.0.0beta4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ea8ec9fbad9..515bd1979ce 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 = [22, 0, 0, 6];
+$OC_Version = [22, 0, 0, 7];
// The human readable string
-$OC_VersionString = '22.0.0 beta 3';
+$OC_VersionString = '22.0.0 beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [