Bump version to v1.0.0

This commit is contained in:
Alan Chen 2017-11-23 11:58:15 +08:00
parent 6691499ecf
commit c20f34e309
1 changed files with 1 additions and 2 deletions

View File

@ -31,9 +31,8 @@ func main() {
app := utils.NewApp()
app.Usage = "the istanbul-tools command line interface"
app.HideVersion = true // we have a command to print the version
app.Version = "v1.0.0"
app.Copyright = "Copyright 2017 The AMIS Authors"
app.Commands = []cli.Command{
extra.ExtraCommand,
setup.SetupCommand,