Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Girtler <blackrabbit256@gmail.com>2023-05-07 16:38:29 +1000
committerGitHub <noreply@github.com>2023-05-07 08:38:29 +0200
commiteb23b2d7c991829fc1b4c3aa16fc6a6290aef3e0 (patch)
treeddc9096f010522090e58f207246694204cedd5d7
parent235c1190b003b8f69ff344d6e2ac31f4bd1d0ba2 (diff)
Update version 2.5.6 (#1791)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
-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