diff --git a/horde_worker_regen/__init__.py b/horde_worker_regen/__init__.py index af520e1a..f4856d04 100644 --- a/horde_worker_regen/__init__.py +++ b/horde_worker_regen/__init__.py @@ -6,3 +6,5 @@ from pathlib import Path # noqa: E402 ASSETS_FOLDER_PATH = Path(__file__).parent / "assets" + +__version__ = "4.1.8"