Bump version to v1.1.1

This commit is contained in:
Richard Patel 2018-11-27 19:47:52 +01:00
parent e82768ff80
commit f90bf94a44
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.1.0",
Version: "1.1.1",
BashComplete: cli.DefaultAppComplete,
Writer: os.Stdout,
Action: cmdBase,