diff options
Diffstat (limited to 'weed/util/constants.go')
| -rw-r--r-- | weed/util/constants.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index d1c8e3d82..f1c565164 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -6,8 +6,8 @@ import ( var ( VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65) - VERSION = sizeLimit + VERSION_NUMBER - COMMIT = "" + VERSION = sizeLimit + VERSION_NUMBER + COMMIT = "" ) func Version() string { |
