Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroki Shirokura <hiroki.shirokura@linecorp.com>
  • Loading branch information
slankdev committed Oct 22, 2022
1 parent b0a4675 commit 831930d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flowctl/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func NewCommandVersion() *cobra.Command {
cmd := &cobra.Command{
Use: "version",
RunE: func(cmd *cobra.Command, args []string) error {
fmt.Printf("v0.0.0\n")
fmt.Printf("v0.0.1\n")
return nil
},
}
Expand Down

0 comments on commit 831930d

Please sign in to comment.