Bumping to version 3.0.2 (#3137)

This commit is contained in:
Anton Hvornum 2025-01-22 19:03:33 +01:00 committed by GitHub
parent 6c6ceef6f2
commit 7ccc288b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com> # Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname=archinstall pkgname=archinstall
pkgver=3.0.1 pkgver=3.0.2
pkgrel=1 pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist" pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=(any) arch=(any)

View File

@ -41,7 +41,7 @@ if TYPE_CHECKING:
_: Callable[[str], DeferredTranslation] _: Callable[[str], DeferredTranslation]
__version__ = "3.0.1" __version__ = "3.0.2"
storage['__version__'] = __version__ storage['__version__'] = __version__
# add the custom _ as a builtin, it can now be used anywhere in the # add the custom _ as a builtin, it can now be used anywhere in the