Bump to v1.0.1

This commit is contained in:
Richard Patel
2018-11-18 14:49:07 +01:00
parent f3620262fc
commit 8ed2cf3b93

View File

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