Skip to content

Commit b713f2f

Browse files
committed
Bumping to version 3.0.2
1 parent 6c6ceef commit b713f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributor: demostanis worlds <[email protected]>
55

66
pkgname=archinstall
7-
pkgver=3.0.1
7+
pkgver=3.0.2
88
pkgrel=1
99
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
1010
arch=(any)

archinstall/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
_: Callable[[str], DeferredTranslation]
4242

4343

44-
__version__ = "3.0.1"
44+
__version__ = "3.0.2"
4545
storage['__version__'] = __version__
4646

4747
# add the custom _ as a builtin, it can now be used anywhere in the

0 commit comments

Comments
 (0)