Browse Source

1.42

pull/1020/head 1.42
Chris Lu 6 years ago
parent
commit
3f851feb59
  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, 41)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 42)
)
Loading…
Cancel
Save