From abf90a44af73f4af032b42950f763641a66dfe79 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 31 Jul 2026 10:33:23 -0400 Subject: [PATCH] release: v0.4.0 --- internal/cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/root.go b/internal/cli/root.go index 9db4b3a..7454f03 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -21,7 +21,7 @@ const ( // version is the CLI version reported by --version and the man page // header. It is bumped by `just release` at tag time; on master between // releases it reads as the last released version. - version = "0.3.0" + version = "0.4.0" ) func NewRoot(service *app.Service) *cobra.Command { -- 2.51.2