From dc21554b52250bb53c25d855403fe21552a2b144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 3 Jan 2022 11:17:28 +0100 Subject: Add hashed attribute column for indexed job existence check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') 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'; -- cgit v1.2.3