Skip to content

Commit

Permalink
Merge pull request #750 from flycash/updateMd
Browse files Browse the repository at this point in the history
Using 2.0.1
  • Loading branch information
flycash authored Dec 14, 2020
2 parents d1611db + ebb2fee commit 8eb7a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
const confVer = 0

const (
Version = "2.0.0"
Version = "2.0.1"
GitRemotePath = "github.com/beego/bee"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package utils

const BEEGO_VERSION = "v2.0.0"
const BEEGO_VERSION = "v2.0.1"

0 comments on commit 8eb7a2d

Please sign in to comment.