From 867fc7c691b3d95ac2925a36d347af919a95afb5 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 12 Jun 2025 21:27:28 +0200 Subject: [PATCH] Bumping version to: 3.0.8 (#3593) --- PKGBUILD | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9e6476c8..ddbeff8d 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 4ad0c19e..057c2f16 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"},