update version (#226)

master
Keson 4 years ago committed by GitHub
parent 8d4951c990
commit 7a27fa50a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ import (
)
var (
BuildVersion = "20201119-beta"
BuildVersion = "20201125"
commands = []cli.Command{
{
Name: "api",
@ -208,7 +208,8 @@ var (
Flags: []cli.Flag{
cli.StringFlag{
Name: "style",
Usage: "the file naming style, lower|camel|snake,default is lower, [deprecated,use config.yaml instead]",
Required: false,
Usage: "the file naming format, see [https://github.com/tal-tech/go-zero/tree/master/tools/goctl/config/readme.md]",
},
cli.BoolFlag{
Name: "idea",

Loading…
Cancel
Save