Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfarr committed Jul 29, 2024
1 parent 32ed3d0 commit 48ff8bd
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.6", // This needs to be bumped when new versions are released.
Version: "0.6.0", // This needs to be bumped when new versions are released.
}

func init() {
Expand Down

0 comments on commit 48ff8bd

Please sign in to comment.