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 {