Browse Source

1.41

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