Skip to content

Commit

Permalink
Bump version to 0.5.6 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
guergabo committed May 23, 2024
1 parent ed80099 commit 32c8746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
var rootCmd = &cobra.Command{
Use: "resonate",
Short: "Durable promises",
Version: "0.5.5", // This needs to be bumped when new versions are released.
Version: "0.5.6", // This needs to be bumped when new versions are released.
}

func init() {
Expand Down

0 comments on commit 32c8746

Please sign in to comment.