Skip to content

Commit

Permalink
Merge pull request #11 from wide-vsix/version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
slankdev authored Oct 22, 2022
2 parents b0a4675 + 831930d commit 48ce453
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 48ce453

Please sign in to comment.