From ebb2fee3fccdbd4be8b991b276d9ade4178681c6 Mon Sep 17 00:00:00 2001 From: Ming Deng Date: Mon, 14 Dec 2020 17:06:10 +0800 Subject: [PATCH] Using 2.0.1 --- config/conf.go | 2 +- go.mod | 2 +- utils/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/conf.go b/config/conf.go index e0a7fec..7c03dcd 100644 --- a/config/conf.go +++ b/config/conf.go @@ -27,7 +27,7 @@ import ( const confVer = 0 const ( - Version = "2.0.0" + Version = "2.0.1" GitRemotePath = "github.com/beego/bee" ) diff --git a/go.mod b/go.mod index 864f00c..962910b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/beego/bee go 1.13 require ( - github.com/beego/beego/v2 v2.0.0 + github.com/beego/beego/v2 v2.0.1 github.com/davecgh/go-spew v1.1.1 github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915 github.com/fsnotify/fsnotify v1.4.9 diff --git a/utils/version.go b/utils/version.go index 111c8b3..035df59 100644 --- a/utils/version.go +++ b/utils/version.go @@ -14,4 +14,4 @@ package utils -const BEEGO_VERSION = "v2.0.0" +const BEEGO_VERSION = "v2.0.1"