We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6ceef commit 7ccc288Copy full SHA for 7ccc288
PKGBUILD
@@ -4,7 +4,7 @@
4
# Contributor: demostanis worlds <[email protected]>
5
6
pkgname=archinstall
7
-pkgver=3.0.1
+pkgver=3.0.2
8
pkgrel=1
9
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
10
arch=(any)
archinstall/__init__.py
@@ -41,7 +41,7 @@
41
_: Callable[[str], DeferredTranslation]
42
43
44
-__version__ = "3.0.1"
+__version__ = "3.0.2"
45
storage['__version__'] = __version__
46
47
# add the custom _ as a builtin, it can now be used anywhere in the
0 commit comments