From 69bd88a7f9f537b8015915110ee9e4333be31fc1 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Mar 2022 10:43:59 +0200 Subject: Version bump for release candidate of v2.4.0 RC1 --- archinstall/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 6a41bd49..5eec38b3 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -46,7 +46,7 @@ from .lib.plugins import plugins, load_plugin # This initiates the plugin loadin from .lib.configuration import * parser = ArgumentParser() -__version__ = "2.4.0-dev0" +__version__ = "2.4.0.RC1" storage['__version__'] = __version__ # add the custome _ as a builtin, it can now be used anywhere in the -- cgit v1.2.3-54-g00ecf