diff --git a/cmd/agentfile/main.go b/cmd/agentfile/main.go index 32ae404..91c82fa 100644 --- a/cmd/agentfile/main.go +++ b/cmd/agentfile/main.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cobra" ) -const cliVersion = "0.3.0" +const cliVersion = "0.4.0" func main() { root := newRootCommand()