From 0eb3eebc853c5081b6d1b2b673580fe3ef01d9ee Mon Sep 17 00:00:00 2001 From: Torxed Date: Thu, 12 Jun 2025 19:59:43 +0200 Subject: [PATCH] Bumping version to: 3.0.8 --- PKGBUILD | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9e6476c834..ddbeff8d34 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: demostanis worlds pkgname=archinstall -pkgver=3.0.7 -pkgrel=3 +pkgver=3.0.8 +pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) url="https://github.com/archlinux/archinstall" diff --git a/pyproject.toml b/pyproject.toml index 4ad0c19eab..057c2f16aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "archinstall" -version = "3.0.7" +version = "3.0.8" description = "Arch Linux installer - guided, templates etc." authors = [ {name = "Anton Hvornum", email = "anton@hvornum.se"},