Bumping to version 3.0.2 (#3137)
This commit is contained in:
parent
6c6ceef6f2
commit
7ccc288b14
2
PKGBUILD
2
PKGBUILD
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue