Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-03-28 10:43:59 +0200
committerAnton Hvornum <anton@hvornum.se>2022-03-28 10:43:59 +0200
commit69bd88a7f9f537b8015915110ee9e4333be31fc1 (patch)
treed17d50eb0914af6e6a617a9f918e8966279255f1
parent8d15683752c0559c04680da6944a779ab4369f9d (diff)
Version bump for release candidate of v2.4.0 RC1
-rw-r--r--archinstall/__init__.py2
1 files changed, 1 insertions, 1 deletions
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