Skip to content

Commit eda222d

Browse files
committed
Bump to v0.1.10
1 parent 5730df0 commit eda222d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hoststat/hoststat.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func (hs *HostStats) Update(h string, v float64) {
6161
hs.Lock()
6262
stats := hs.Stats
6363
if stats[h] == nil {
64-
//stats.Stats = make(map[string]*HostStat)
6564
stats[h] = &HostStat{}
6665
}
6766
stat := stats[h]

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
var (
2222
name = "pd"
23-
version = "0.1.9"
23+
version = "0.1.10"
2424
description = "A local proxy dispatcher."
2525
)
2626

0 commit comments

Comments
 (0)