Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Mar 11, 2024
1 parent f0ee4ba commit 09a57be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.5.0] - 2024-03-10

### Added

Expand Down
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.4.0-blue" style="max-width:100%;">
<img alt="Version Badge" src="https://img.shields.io/badge/version-0.5.0-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.4.0")
err := consoleOutputter.Output("bolt v0.5.0")
if err != nil {
consoleOutputter.Error(err)
return subcommands.ExitFailure
Expand Down

0 comments on commit 09a57be

Please sign in to comment.