mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-19 18:36:43 +00:00
Bump version
This commit is contained in:
parent
82234f949e
commit
1db8ff43bb
6
main.go
6
main.go
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user