Browse Source

1.31

pull/942/head 1.31
Chris Lu 6 years ago
parent
commit
59d532a8c3
  1. 2
      weed/util/constants.go

2
weed/util/constants.go

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