We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1611db + ebb2fee commit 8eb7a2dCopy full SHA for 8eb7a2d
config/conf.go
@@ -27,7 +27,7 @@ import (
27
const confVer = 0
28
29
const (
30
- Version = "2.0.0"
+ Version = "2.0.1"
31
GitRemotePath = "github.com/beego/bee"
32
)
33
go.mod
@@ -3,7 +3,7 @@ module github.com/beego/bee
3
go 1.13
4
5
require (
6
- github.com/beego/beego/v2 v2.0.0
+ github.com/beego/beego/v2 v2.0.1
7
github.com/davecgh/go-spew v1.1.1
8
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
9
github.com/fsnotify/fsnotify v1.4.9
utils/version.go
@@ -14,4 +14,4 @@
14
15
package utils
16
17
-const BEEGO_VERSION = "v2.0.0"
+const BEEGO_VERSION = "v2.0.1"
0 commit comments