Skip to content

Commit

Permalink
feat: use release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 committed Nov 30, 2017
1 parent 160ac97 commit acc3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/swag/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func main() {
app := cli.NewApp()

app.Version = "v1.0.0"
app.Usage = "Automatically generate RESTful API documentation with Swagger 2.0 for Go."

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

0 comments on commit acc3460

Please sign in to comment.