aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 40b3f395d..dc2099d3c 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,8 +5,9 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.64)
- COMMIT = ""
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65)
+ VERSION = sizeLimit + " " + VERSION_NUMBER
+ COMMIT = ""
)
func Version() string {