From 6cd09d7f382b7f5ce96b0c064da56fffc57efb90 Mon Sep 17 00:00:00 2001 From: ouqiang Date: Fri, 12 May 2017 10:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gocron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gocron.go b/gocron.go index d26452e..d585c50 100644 --- a/gocron.go +++ b/gocron.go @@ -13,7 +13,7 @@ import ( "github.com/ouqiang/gocron/cmd" ) -const AppVersion = "0.0.1" +const AppVersion = "0.1" func main() { app := cli.NewApp()