Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Jan 14, 2024
1 parent a9855d5 commit c33e864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="https://goreportcard.com/report/github.com/eugenetriguba/bolt">
<img src="https://goreportcard.com/badge/github.com/eugenetriguba/bolt" alt="Go Report Card Badge">
</a>
<img alt="Version Badge" src="https://img.shields.io/badge/version-0.2.0-blue" style="max-width:100%;">
<img alt="Version Badge" src="https://img.shields.io/badge/version-0.2.1-blue" style="max-width:100%;">
</p>


Expand Down
2 changes: 1 addition & 1 deletion internal/commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (cmd *VersionCmd) Execute(
_ ...interface{},
) subcommands.ExitStatus {
consoleOutputter := output.NewConsoleOutputter()
err := consoleOutputter.Output("bolt v0.2.0")
err := consoleOutputter.Output("bolt v0.2.1")
if err != nil {
consoleOutputter.Error(err.Error())
return subcommands.ExitFailure
Expand Down

0 comments on commit c33e864

Please sign in to comment.