Skip to content

Commit

Permalink
1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lechuckroh committed Oct 20, 2020
1 parent ea0bcc6 commit f36b484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func generate(c *cli.Context) error {
return cmd.Generate(input, output)
}

const VERSION = "1.0.20"
const VERSION = "1.0.21"

var buildDateVersion string

Expand Down Expand Up @@ -238,8 +238,8 @@ func main() {
EnvVar: "OCTOPUS_RELATION",
},
cli.StringFlag{
Name: FlagIgnoreUnknownRelation,
Usage: "ignore unknown relation",
Name: FlagIgnoreUnknownRelation,
Usage: "ignore unknown relation",
EnvVar: "OCTOPUS_IGNORE_UNKNOWN_RELATION",
},
cli.StringFlag{
Expand Down

0 comments on commit f36b484

Please sign in to comment.