mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-16 08:56:44 +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 {
|
||||
Name: "oddb-go",
|
||||
Usage: "OD-Database Go crawler",
|
||||
Version: "0.1",
|
||||
Version: "0.2",
|
||||
BashComplete: cli.DefaultAppComplete,
|
||||
Writer: os.Stdout,
|
||||
Compiled: buildDate,
|
||||
@ -89,6 +89,6 @@ func cmdCrawler(clic *cli.Context) error {
|
||||
}
|
||||
|
||||
var buildDate = time.Date(
|
||||
2018, 10, 28,
|
||||
17, 10, 0, 0,
|
||||
2018, 11, 15,
|
||||
23, 24, 0, 0,
|
||||
time.UTC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user