Update version 2.5.6 (#1791)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
This commit is contained in:
parent
235c1190b0
commit
eb23b2d7c9
2
PKGBUILD
2
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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue