Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Nov 4, 2020
1 parent f60b968 commit 54570ba
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`,
Example: "sel 1",
Args: cobra.MinimumNArgs(1),
Version: "0.0.1",
Version: "1.0.0",
PreRun: func(cmd *cobra.Command, args []string) {
if shell := viper.GetString("completion"); len(shell) != 0 {
err := Completion{W: os.Stdout}.Gen(cmd, shell)
Expand Down

0 comments on commit 54570ba

Please sign in to comment.