Skip to content

Commit

Permalink
Bump version to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
avillega committed Feb 20, 2025
1 parent 92898e5 commit ea61460
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 @@ -25,7 +25,7 @@ var (
var rootCmd = &cobra.Command{
Use: "resonate",
Short: "Resonate: distributed async await",
Version: "0.7.2", // This needs to be bumped when new versions are released.
Version: "0.7.6", // This needs to be bumped when new versions are released.
}

func init() {
Expand Down

0 comments on commit ea61460

Please sign in to comment.