diff --git a/config/config.go b/config/config.go index d8b1973..d152536 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( var ( configPath string DistPath string - VERSION = "2.8.2" + VERSION = "2.9.0" ) func Init() {