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

upgrade to v2.0.4

This commit is contained in:
Deng Ming
2022-06-12 10:52:09 +08:00
parent afe1678459
commit 651d604cca
4 changed files with 8 additions and 8 deletions

View File

@ -65,9 +65,9 @@ ______
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v2.0.3
\____/ \___| \___| v2.0.4
├── Beego : 2.0.3
├── Beego : 2.0.4
├── 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.3",
"BeegoVersion": "2.0.3",
"BeeVersion": "2.0.4",
"BeegoVersion": "2.0.4",
"Published": "2020-09-13"
}
```