From 4595fa01693497682beb1b84641233ca4d214072 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Apr 2026 13:55:30 +0300 Subject: chore: bump version to v0.0.1 --- internal/flags/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags/version.go b/internal/flags/version.go index 7e6c50e..3db0b9f 100644 --- a/internal/flags/version.go +++ b/internal/flags/version.go @@ -3,7 +3,7 @@ package flags import "fmt" // Version is the current application version. -const Version = "v0.0.0" +const Version = "v0.0.1" const asciiBannerTemplate = ` ___ _____ ___ _ _ |_ _| / / _ \ | _ (_)___| |_ -- cgit v1.2.3