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