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:
authorblizzz <blizzz@arthur-schiwon.de>2022-04-21 18:27:58 +0300
committerGitHub <noreply@github.com>2022-04-21 18:27:58 +0300
commit7fcf8a6edc048a78fa2715f379e1202eb2533277 (patch)
tree602962b951230f82c78dba2fde954d464bc757db
parent4e10418052e6b04c6eba625db913095da5b5d3fc (diff)
parent017ffa00afca5ce612881eb2a93fa648f782e0da (diff)
Merge pull request #32039 from nextcloud/release/final/22.2.7v22.2.7
22.2.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index aebfc373fea..c3992a337e3 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, 2, 7, 0];
+$OC_Version = [22, 2, 7, 1];
// The human readable string
-$OC_VersionString = '22.2.7 RC1';
+$OC_VersionString = '22.2.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [