index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-04-29 11:22:46 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-04-29 11:22:46 +0200 |
commit | 58a734e90e0497b0c557266142650a90f48ddc53 (patch) | |
tree | a2707bb3d441498f0b0fe329d115a7f38ea93403 /archinstall | |
parent | fb76f46b774b11c8d501ba82617e1d6ff11ef2eb (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index c20a09c7..f3620648 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -47,7 +47,7 @@ from .lib.plugins import plugins, load_plugin # This initiates the plugin loadin from .lib.configuration import * parser = ArgumentParser() -__version__ = "2.4.1" +__version__ = "2.4.2" storage['__version__'] = __version__ # add the custome _ as a builtin, it can now be used anywhere in the |