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