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))