aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-04-12 11:22:51 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-04-12 11:22:51 +0500
commit8e02e138ea889d9f43cc89937c02c212ca145d74 (patch)
tree0fd5664bcd0efaff75efafdc230f45076a6c056b /weed/util/constants.go
parent5021bea69838a5946b4b0bfa37c6269bfe66fa27 (diff)
parent742ab1ec81795d1705bf3be48d56727fddf625df (diff)
downloadseaweedfs-8e02e138ea889d9f43cc89937c02c212ca145d74.tar.xz
seaweedfs-8e02e138ea889d9f43cc89937c02c212ca145d74.zip
Merge branch 'upstreamMaster' into iam_handlers
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 40f4deae2..fce35379d 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 38)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 39)
COMMIT = ""
)