diff --git a/weed/util/constants.go b/weed/util/constants.go index f1c565164..dc2099d3c 100644 --- a/weed/util/constants.go +++ b/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 = "" )