Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Nov 22, 2022
1 parent 179c81f commit 735a6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var rootCmd = &cobra.Command{
__sel__ect column`,
Args: cobra.MinimumNArgs(1),
Version: "1.1.6",
Version: "1.1.7",
Run: func(cmd *cobra.Command, args []string) {
opt := option.NewOption(viper.GetViper())
selectors, err := parser.Parse(args)
Expand Down

0 comments on commit 735a6e1

Please sign in to comment.