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:
authorJulius Härtl <jus@bitgrid.net>2022-01-03 13:17:28 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-21 00:37:42 +0300
commitdc21554b52250bb53c25d855403fe21552a2b144 (patch)
tree8762f361177a7396181f07ebc9962d31c6fccd35 /version.php
parentb6415ad8bfe5628c83f7db01fcbb139778f95883 (diff)
Add hashed attribute column for indexed job existence check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index ff7c8801597..9b14e54a210 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// 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, 4, 1];
+$OC_Version = [22, 2, 4, 2];
// The human readable string
$OC_VersionString = '22.2.4 RC2';