Skip to content

Commit

Permalink
Set the version to 1.4.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Rooding authored Dec 9, 2019
1 parent 8f16bed commit b2d8147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func main() {
app := cli.NewApp()
app.Name = "Flink Deployer"
app.Description = "A Go command-line utility to facilitate deployments to Apache Flink"
app.Version = "1.3.0"
app.Version = "1.4.0"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit b2d8147

Please sign in to comment.