index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-09-25 12:05:25 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-09-25 12:05:25 +0200 |
commit | 53a2797af6ac0832bf7dd00dfe96b8ea1867db2e (patch) | |
tree | 119c432eaafc31b07f8114e097896904aaa88fc7 | |
parent | 985ff449db6d681d852c4fa558d2a90ecf2a2bc3 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 4e1e6d6d..44852d4c 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -51,7 +51,7 @@ from .lib.hsm import ( ) parser = ArgumentParser() -__version__ = "2.5.1rc1" +__version__ = "2.5.1" storage['__version__'] = __version__ # add the custome _ as a builtin, it can now be used anywhere in the |