Skip to content

Commit

Permalink
Merge pull request #7 from orangekame3/tagpr-from-v0.0.6
Browse files Browse the repository at this point in the history
Release for v0.0.7
  • Loading branch information
orangekame3 authored Oct 7, 2023
2 parents c8f30dd + cbe22c2 commit 898de1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [v0.0.7](https://github.com/orangekame3/cobra-template/compare/v0.0.6...v0.0.7) - 2023-10-07

## [v0.0.6](https://github.com/orangekame3/cobra-template/compare/v0.0.5...v0.0.6) - 2023-10-07

## [v0.0.5](https://github.com/orangekame3/cobra-template/compare/v0.0.4...v0.0.5) - 2023-10-07
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.6"
const Version = "0.0.7"

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

0 comments on commit 898de1c

Please sign in to comment.