Skip to content

Commit

Permalink
bump version: 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takkyuuplayer committed Apr 15, 2024
1 parent 2267068 commit 478a3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "canarycage"
app.Version = "3.5.0"
app.Version = "3.6.0"
app.Description = "A gradual roll-out deployment tool for AWS ECS"
ctx := context.Background()
cmds := commands.NewCageCommands(ctx)
Expand Down

0 comments on commit 478a3b6

Please sign in to comment.