Skip to content

Commit

Permalink
Merge pull request #11 from orangekame3/tagpr-from-v0.0.8
Browse files Browse the repository at this point in the history
Release for v0.0.9
  • Loading branch information
orangekame3 authored Jun 28, 2024
2 parents a909ffd + 0de71b0 commit 263f5ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.0.9](https://github.com/orangekame3/mk/compare/v0.0.8...v0.0.9) - 2024-06-28

- [bug]:fix go.mod by @orangekame3 in <https://github.com/orangekame3/mk/pull/10>

## [v0.0.8](https://github.com/orangekame3/mk/compare/v0.0.7...v0.0.8) - 2024-06-27

## [v0.0.7](https://github.com/orangekame3/mk/compare/v0.0.6...v0.0.7) - 2024-06-27
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package cmd
import "fmt"

// Version is a version of this application.
const Version = "0.0.8"
const Version = "0.0.9"

// SetVersionInfo sets version and date to rootCmd
func SetVersionInfo(version, date string) {
Expand Down

0 comments on commit 263f5ff

Please sign in to comment.