Skip to content

Commit

Permalink
Set the version to 1.3.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Rooding authored Jun 24, 2019
1 parent 27035a5 commit 1b74114
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 @@ -235,7 +235,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.0.1"
app.Version = "1.3.0"

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

0 comments on commit 1b74114

Please sign in to comment.