Bump to v1.0.2

This commit is contained in:
Richard Patel 2018-11-18 18:53:57 +01:00
parent 03a487f393
commit 1625d6c888
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -14,7 +14,7 @@ import (
var app = cli.App {
Name: "od-database-crawler",
Usage: "OD-Database Go crawler",
Version: "1.0.1",
Version: "1.0.2",
BashComplete: cli.DefaultAppComplete,
Writer: os.Stdout,
Action: cmdBase,