Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avillega committed Dec 12, 2024
1 parent 0bce9ab commit df87918
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: "Resonate: distributed async await",
Version: "0.6.0", // This needs to be bumped when new versions are released.
Version: "0.7.0", // This needs to be bumped when new versions are released.
}

func init() {
Expand Down

0 comments on commit df87918

Please sign in to comment.