index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-08-30 23:57:44 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-08-30 23:57:44 +0200 |
commit | ea407f5c9de2966ee741198e55fcfa8f29760295 (patch) | |
tree | 587b336f6fad465319101bc22284772d099c1f6f | |
parent | f6e695871cdf55dd5277a955ff63a1ee1fd14348 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 090ad7de..184097b1 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -51,7 +51,7 @@ from .lib.hsm import ( ) parser = ArgumentParser() -__version__ = "2.5.0" +__version__ = "2.5.1rc1" storage['__version__'] = __version__ # add the custome _ as a builtin, it can now be used anywhere in the |