mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
commit
8eb7a2dfaf
@ -27,7 +27,7 @@ import (
|
|||||||
const confVer = 0
|
const confVer = 0
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = "2.0.0"
|
Version = "2.0.1"
|
||||||
GitRemotePath = "github.com/beego/bee"
|
GitRemotePath = "github.com/beego/bee"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module github.com/beego/bee
|
|||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
require (
|
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/davecgh/go-spew v1.1.1
|
||||||
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
|
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
|
||||||
github.com/fsnotify/fsnotify v1.4.9
|
github.com/fsnotify/fsnotify v1.4.9
|
||||||
|
@ -14,4 +14,4 @@
|
|||||||
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
const BEEGO_VERSION = "v2.0.0"
|
const BEEGO_VERSION = "v2.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user