Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--archinstall/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69f81f49..03160a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname=archinstall
-pkgver=2.5.4
+pkgver=2.5.6
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=(any)
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index 29b70b7a..6f67d20f 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -30,7 +30,7 @@ from .lib.configuration import *
parser = ArgumentParser()
-__version__ = "2.5.4"
+__version__ = "2.5.6"
storage['__version__'] = __version__
# add the custome _ as a builtin, it can now be used anywhere in the