Browse Source

1.52

pull/1189/head 1.52
Chris Lu 5 years ago
parent
commit
234f69452b
  1. 2
      weed/util/constants.go

2
weed/util/constants.go

@ -5,5 +5,5 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 51)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 52)
)
Loading…
Cancel
Save