mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-12 14:58:51 +00:00
Bump version
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user