Skip to content

Commit

Permalink
v0.5.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <[email protected]>
  • Loading branch information
bwplotka committed Jul 20, 2021
1 parent 7882614 commit c05be99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel

## Unreleased

## [v0.5.0](https://github.com/bwplotka/bingo/releases/tag/v0.5.0) - 2021.07.20
## [v0.5.1](https://github.com/bwplotka/bingo/releases/tag/v0.5.1) - 2021.07.20

### Added

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package version
import "github.com/Masterminds/semver"

// Version returns 'bingo' version.
const Version = "v0.4.3"
const Version = "v0.5.1"

var (
Go114 = semver.MustParse("1.14")
Expand Down

0 comments on commit c05be99

Please sign in to comment.