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.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 7c3927a66..6e9b83a0b 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,10 +5,10 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79)
- COMMIT = ""
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 81)
+ COMMIT = ""
)
func Version() string {
return VERSION + " " + COMMIT
-} \ No newline at end of file
+}