Skip to content

Commit

Permalink
fix version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
a30000931 authored Jan 22, 2024
1 parent 3af6f36 commit f33fb1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ var l string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "tfectl",
Short: "Query TFE from the command line.",
Long: `Query TFE from the command line.`,
Version: "v1.3.0",
Short: "Query TFE and TFC from the command line.",
Long: `Query TFE and TFC from the command line.`,
Version: "v1.4.0",
PersistentPreRunE: RunRootCmd,
}

Expand Down

0 comments on commit f33fb1c

Please sign in to comment.