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-11-15 22:53:09 +0300
committerGitHub <noreply@github.com>2021-11-15 22:53:09 +0300
commitc5c529f02efcab2961e626ad8b3f0c243a17674c (patch)
treed482dd3dab2b4a8130630b051b5174d8ca22ba6a
parentb5b3a8aa9000bb12c19258804d66a4903424ee2f (diff)
parent84922b908e524f2880a81859ddf8fcb836f108a9 (diff)
Merge pull request #29720 from nextcloud/release/22.2.3v22.2.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2555559093b..91565d5b308 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, 2, 0];
+$OC_Version = [22, 2, 3, 0];
// The human readable string
-$OC_VersionString = '22.2.2';
+$OC_VersionString = '22.2.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [