From 2efccc5d4f1933ba17894e9fffa3dfb0c27b51b5 Mon Sep 17 00:00:00 2001 From: Hein Date: Fri, 10 Apr 2026 09:38:59 +0200 Subject: [PATCH] chore(release): update package version to 0.0.8 --- cmd/root.go | 2 +- pkg/arch/PKGBUILD | 2 +- pkg/centos/unitdore.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index d77268a..f90dbf2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.0.7" +var version = "0.0.8" var configPath string diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index a4c2e17..e299045 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=unitdore -pkgver=0.0.7 +pkgver=0.0.8 pkgrel=1 pkgdesc="A door you open and close for container units — manage containers via systemd" arch=('x86_64' 'aarch64') diff --git a/pkg/centos/unitdore.spec b/pkg/centos/unitdore.spec index 53c4046..486cd43 100644 --- a/pkg/centos/unitdore.spec +++ b/pkg/centos/unitdore.spec @@ -1,5 +1,5 @@ Name: unitdore -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Manage container units via systemd