diff --git a/cmd/root.go b/cmd/root.go index 69363cc..cdacb11 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -7,8 +7,9 @@ import ( ) var rootCmd = &cobra.Command{ - Use: "yr", - Short: "yr is CLI tool for weather forecasts", + Use: "yr", + Short: "yr is CLI tool for weather forecasts", + Version: "v0.0.5", } func Execute() {