Skip to content

Commit

Permalink
misc: bump version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YutoUrakami committed Jan 11, 2019
1 parent 7f719aa commit 5b2bbef
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 @@ -19,7 +19,7 @@ func main() {
}
app := cli.NewApp()
app.Name = "canarycage"
app.Version = "2.1.3"
app.Version = "2.1.4"
app.Description = "A gradual roll-out deployment tool for AWS ECS"
app.Commands = cli.Commands{
commands.RollOutCommand(),
Expand Down

0 comments on commit 5b2bbef

Please sign in to comment.