Skip to content

Commit

Permalink
ver1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
室岡 豊人 authored and 室岡 豊人 committed Jun 24, 2019
1 parent 8e89136 commit 05afa19
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 @@ -39,7 +39,7 @@ to quickly create a Cobra application.`,
Run: func(cmd *cobra.Command, args []string) {
versionFlag, err := cmd.Flags().GetBool("version")
if err == nil && versionFlag {
fmt.Println("1.0.0")
fmt.Println("1.0.1")
}
},
}
Expand Down

0 comments on commit 05afa19

Please sign in to comment.