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.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 9ddf07261..0f29e3388 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,9 @@
package util
-const (
- VERSION = "1.23"
+import (
+ "fmt"
+)
+
+var (
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 41)
)