We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5b3a8a + 84922b9 commit c5c529fCopy full SHA for c5c529f
version.php
@@ -30,10 +30,10 @@
30
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
31
// when updating major/minor version number.
32
33
-$OC_Version = [22, 2, 2, 0];
+$OC_Version = [22, 2, 3, 0];
34
35
// The human readable string
36
-$OC_VersionString = '22.2.2';
+$OC_VersionString = '22.2.3';
37
38
$OC_VersionCanBeUpgradedFrom = [
39
'nextcloud' => [
0 commit comments