aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-08 22:41:59 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-08 22:41:59 -0700
commit6d4c44a85c78adc32a4cf5ca4e2e810265cc5461 (patch)
treed0af8e7800cb6e46f96e6d8294fe01c353bd121d
parent88ba08cb9e8e15e34e481143a6beec1390dc4874 (diff)
downloadseaweedfs-6d4c44a85c78adc32a4cf5ca4e2e810265cc5461.tar.xz
seaweedfs-6d4c44a85c78adc32a4cf5ca4e2e810265cc5461.zip
1.291.29
-rw-r--r--weed/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 1ed60b26f..aa8399523 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 28)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 29)
)