Skip to content

Commit

Permalink
Prepare release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wentzel committed Jul 21, 2022
1 parent 5757ac2 commit 835b7b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

<a name="0.7.3"></a>
## [0.7.3] - 2022-07-21

<a name="0.7.2"></a>
## [0.7.2] - 2022-07-19
### bug fixes
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const version string = "0.7.2"
const version string = "0.7.3"

func versionCmd() *cobra.Command {
cmd := &cobra.Command{
Expand Down

0 comments on commit 835b7b8

Please sign in to comment.