diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 0abafed..5b6741a 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -62,6 +62,8 @@ From there, the most common workflow is: }, TraverseChildren: true, + + Version: "v0.1.0", } // Execute adds all child commands to the root command and sets flags appropriately.