From b7ebb9a64800ceaa19d2d10d6341d5403d6a2ea7 Mon Sep 17 00:00:00 2001 From: Tom Hendrikx Date: Fri, 21 Apr 2023 13:45:19 +0200 Subject: [PATCH] Update version --- wagtail_helpdesk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail_helpdesk/__init__.py b/wagtail_helpdesk/__init__.py index 49b0c10..3985165 100644 --- a/wagtail_helpdesk/__init__.py +++ b/wagtail_helpdesk/__init__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 1) +VERSION = (0, 2, 2) __version__ = ".".join(map(str, VERSION))