Skip to content

Commit

Permalink
1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lechuckroh committed Dec 20, 2020
1 parent 0c51eaf commit f2595c0
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.22"
const VERSION = "1.0.23"

var buildDateVersion string

Expand Down Expand Up @@ -298,8 +298,8 @@ func main() {
EnvVar: "OCTOPUS_USE_COMMENTS",
},
cli.StringFlag{
Name: FlagUseDefaultNull,
Usage: "set default value of nullable column to null",
Name: FlagUseDefaultNull,
Usage: "set default value of nullable column to null",
EnvVar: "OCTOPUS_USE_DEFAULT_NULL",
},
},
Expand Down

0 comments on commit f2595c0

Please sign in to comment.