diff --git a/wagtail_helpdesk/__init__.py b/wagtail_helpdesk/__init__.py index 3985165..b87975e 100644 --- a/wagtail_helpdesk/__init__.py +++ b/wagtail_helpdesk/__init__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 2) +VERSION = (0, 4, 0) __version__ = ".".join(map(str, VERSION))