Browse Source

format

pull/2321/head
Chris Lu 3 years ago
parent
commit
c5ee03d6af
  1. 2
      weed/util/constants.go

2
weed/util/constants.go

@ -6,7 +6,7 @@ import (
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65)
VERSION = sizeLimit + VERSION_NUMBER
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)

Loading…
Cancel
Save