From 037f319c11a46aa8b314605f5c61e79acf063c58 Mon Sep 17 00:00:00 2001 From: Ming Deng Date: Wed, 16 Dec 2020 14:17:35 +0800 Subject: [PATCH] updating version --- config/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.go b/config/conf.go index 5478186..d570213 100644 --- a/config/conf.go +++ b/config/conf.go @@ -27,7 +27,7 @@ import ( const confVer = 0 const ( - Version = "2.0.1" + Version = "2.0.2" GitRemotePath = "github.com/beego/bee/v2" )