v2 for nodes.json -> statistics.clients not number

This commit is contained in:
Martin Geno 2016-03-14 10:38:09 +01:00
parent f3403c364c
commit 58035764b7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Nodes struct {
// NewNodes create Nodes structs (cache DB)
func NewNodes() *Nodes {
nodes := &Nodes{
Version: 1,
Version: 2,
List: make(map[string]*Node),
}