Skip to content

Commit

Permalink
Bump to v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Feb 9, 2024
1 parent 5730df0 commit eda222d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hoststat/hoststat.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (hs *HostStats) Update(h string, v float64) {
hs.Lock()
stats := hs.Stats
if stats[h] == nil {
//stats.Stats = make(map[string]*HostStat)
stats[h] = &HostStat{}
}
stat := stats[h]
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
name = "pd"
version = "0.1.9"
version = "0.1.10"
description = "A local proxy dispatcher."
)

Expand Down

0 comments on commit eda222d

Please sign in to comment.