1
0
mirror of https://github.com/beego/bee.git synced 2025-06-14 13:30:40 +00:00

upgrade Beego to v2.0.3

This commit is contained in:
Deng Ming
2022-05-23 21:42:04 +08:00
parent 1b4f90114a
commit 7ee363657f
5 changed files with 249 additions and 268 deletions

View File

@ -65,9 +65,9 @@ ______
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v2.0.0
\____/ \___| \___| v2.0.3
├── Beego : 2.0.0
├── Beego : 2.0.3
├── GoVersion : go1.14.1
├── GOOS : darwin
├── GOARCH : amd64
@ -90,8 +90,8 @@ $ bee version -o json
"GOPATH": "/home/beeuser/.go",
"GOROOT": "/usr/local/Cellar/go/1.14.1/libexec",
"Compiler": "gc",
"BeeVersion": "2.0.0",
"BeegoVersion": "2.0.0",
"BeeVersion": "2.0.3",
"BeegoVersion": "2.0.3",
"Published": "2020-09-13"
}
```