Skip to content

Commit 8eb7a2d

Browse files
authored
Merge pull request #750 from flycash/updateMd
Using 2.0.1
2 parents d1611db + ebb2fee commit 8eb7a2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/conf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
const confVer = 0
2828

2929
const (
30-
Version = "2.0.0"
30+
Version = "2.0.1"
3131
GitRemotePath = "github.com/beego/bee"
3232
)
3333

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/beego/bee
33
go 1.13
44

55
require (
6-
github.com/beego/beego/v2 v2.0.0
6+
github.com/beego/beego/v2 v2.0.1
77
github.com/davecgh/go-spew v1.1.1
88
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
99
github.com/fsnotify/fsnotify v1.4.9

utils/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package utils
1616

17-
const BEEGO_VERSION = "v2.0.0"
17+
const BEEGO_VERSION = "v2.0.1"

0 commit comments

Comments
 (0)