diff --git a/archinstall/__init__.py b/archinstall/__init__.py index af895511..5757405e 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -43,7 +43,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.8.5" +__version__ = "2.8.6" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the