aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-27 15:46:59 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-27 15:46:59 -0700
commitf0f884edd55c5b42999fdadf81465c2b78aa2843 (patch)
treeefb0271baf383a9fea92a2d1ff7d30f212e3de72 /weed/util/constants.go
parentc2797cc6dea49ac74dfe813ba60ce05ab3b8d485 (diff)
downloadseaweedfs-f0f884edd55c5b42999fdadf81465c2b78aa2843.tar.xz
seaweedfs-f0f884edd55c5b42999fdadf81465c2b78aa2843.zip
1.831.83
Diffstat (limited to 'weed/util/constants.go')
-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 23fd5c920..a4de378d7 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 82)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 83)
COMMIT = ""
)