Bump to v1.1.0

This commit is contained in:
Richard Patel 2018-11-20 03:46:36 +01:00
parent 4dbe2aef2b
commit f9a0d6bffe
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -17,7 +17,7 @@ var configFile string
var app = cli.App {
Name: "od-database-crawler",
Usage: "OD-Database Go crawler",
Version: "1.0.2",
Version: "1.1.0",
BashComplete: cli.DefaultAppComplete,
Writer: os.Stdout,
Action: cmdBase,