Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyjones committed Jan 22, 2021
1 parent 6932487 commit 044aaf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- change the file extension of the sample config to .yml

## [0.0.5] - 2020-01-22
## [0.0.6] - 2020-01-22
### Changed
- rule -> signature throughout the code

Expand Down Expand Up @@ -61,7 +59,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- initial release for the new project

[Unreleased]: https://github.com/mattyjones/wraith/compare/0.0.4...HEAD
[Unreleased]: https://github.com/mattyjones/wraith/compare/0.0.6...HEAD
[0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.6
[0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.5
[0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.4
[0.0.3]: https://github.com/mattyjones/wraith/releases/tag/0.0.3
[0.0.2]: https://github.com/mattyjones/gitrob/releases/tag/0.0.2
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const AppVersionMajor = "0"
const AppVersionMinor = "0"

// AppVersionPatch is the patch version
const AppVersionPatch = "5"
const AppVersionPatch = "6"

// AppVersionPre ...
const AppVersionPre = ""
Expand Down

0 comments on commit 044aaf2

Please sign in to comment.