From a27323230304da6c48da6218e9396882f75c2702 Mon Sep 17 00:00:00 2001 From: Hein Date: Wed, 8 Apr 2026 19:59:11 +0200 Subject: [PATCH] chore(release): update package version to 0.0.7 --- 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 76519ff..d77268a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.0.6" +var version = "0.0.7" var configPath string diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index f3588b3..a4c2e17 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=unitdore -pkgver=0.0.6 +pkgver=0.0.7 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 259d9c7..53c4046 100644 --- a/pkg/centos/unitdore.spec +++ b/pkg/centos/unitdore.spec @@ -1,5 +1,5 @@ Name: unitdore -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} Summary: Manage container units via systemd