Bump version

This commit is contained in:
Richard Patel 2018-11-16 00:25:11 +01:00
parent 82234f949e
commit 1db8ff43bb
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -16,7 +16,7 @@ import (
var app = cli.App { var app = cli.App {
Name: "oddb-go", Name: "oddb-go",
Usage: "OD-Database Go crawler", Usage: "OD-Database Go crawler",
Version: "0.1", Version: "0.2",
BashComplete: cli.DefaultAppComplete, BashComplete: cli.DefaultAppComplete,
Writer: os.Stdout, Writer: os.Stdout,
Compiled: buildDate, Compiled: buildDate,
@ -89,6 +89,6 @@ func cmdCrawler(clic *cli.Context) error {
} }
var buildDate = time.Date( var buildDate = time.Date(
2018, 10, 28, 2018, 11, 15,
17, 10, 0, 0, 23, 24, 0, 0,
time.UTC) time.UTC)