Browse Source

1.33

pull/991/head 1.33
Chris Lu 6 years ago
parent
commit
8c982db25d
  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, 31)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 33)
)
Loading…
Cancel
Save