Skip to content

Commit

Permalink
Merge pull request #20 from danvergara/bump-v0.2.8
Browse files Browse the repository at this point in the history
docs(version): bump v0.2.8
  • Loading branch information
danvergara authored Jul 27, 2021
2 parents cc4a575 + 5a131d3 commit f024314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Fprintln(cmd.OutOrStdout(), "v0.2.7")
fmt.Fprintln(cmd.OutOrStdout(), "v0.2.8")
},
}

Expand Down

0 comments on commit f024314

Please sign in to comment.