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()