[dash v0.3.1] restore: cpu info

This commit is contained in:
naiba
2021-01-19 21:47:40 +08:00
parent d556d4fc7e
commit 29bc810a8f
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ var CronLock sync.RWMutex
var Crons map[uint64]*model.Cron
var Cron *cron.Cron
var Version = "v0.3.0"
var Version = "v0.3.1"
func ReSortServer() {
ServerLock.RLock()