From c241d969821285a6f410153c10e39a2924a4c811 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 29 Mar 2022 10:32:20 +0200 Subject: Version bump to v2.4.0 RC2 --- archinstall/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 1771427d..32665efd 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.RC1" +__version__ = "2.4.0.RC2" storage['__version__'] = __version__ # add the custome _ as a builtin, it can now be used anywhere in the -- cgit v1.2.3-54-g00ecf