Update version 2.5.6 (#1791)

Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
This commit is contained in:
Daniel Girtler 2023-05-07 16:38:29 +10:00 committed by GitHub
parent 235c1190b0
commit eb23b2d7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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