From 1db8ff43bb4b103b9908cadc6597e3382b8cfd12 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Fri, 16 Nov 2018 00:25:11 +0100 Subject: [PATCH] Bump version --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index c596066..260b27f 100644 --- a/main.go +++ b/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)