aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-05-19 08:21:51 -0700
committerChris Lu <chris.lu@gmail.com>2020-05-19 08:21:51 -0700
commited9e4dc749c849bee62a82e7833dd4d160f4502e (patch)
treee05f2ed95a4c09f30572ffc2d121d3e392bf6741 /weed
parent7ff2b0121dff4696b0811d396cd87d1d4f774e3e (diff)
downloadseaweedfs-ed9e4dc749c849bee62a82e7833dd4d160f4502e.tar.xz
seaweedfs-ed9e4dc749c849bee62a82e7833dd4d160f4502e.zip
1.791.79
fix compilation problem
Diffstat (limited to 'weed')
-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 d7762134c..ced86b536 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, 78)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79)
)