1
0
mirror of https://github.com/beego/bee.git synced 2025-06-29 09:00:17 +00:00

print lastPushedTime & update readme.md

This commit is contained in:
wangle
2020-09-14 23:27:33 +08:00
parent 81ed06ea01
commit 7a7357a983
9 changed files with 230 additions and 110 deletions

View File

@ -27,11 +27,10 @@ import (
const confVer = 0
const (
Version = "1.12.0"
Version = "1.12.1"
GitRemotePath = "github.com/beego/bee"
)
var Conf = struct {
Version int
WatchExts []string `json:"watch_ext" yaml:"watch_ext"`