aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-13 03:45:35 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-13 03:45:35 -0800
commit813453f3e1d6b6939aaee3d94b4491c928b2d2fb (patch)
tree1ca3b61fd03c0dee5d95edb79912074cf3820608 /weed/util/constants.go
parent16cd6fb27838db95054701f5567c93d51bf24d5f (diff)
downloadseaweedfs-813453f3e1d6b6939aaee3d94b4491c928b2d2fb.tar.xz
seaweedfs-813453f3e1d6b6939aaee3d94b4491c928b2d2fb.zip
2.152.15
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 ebf9e0ea9..52ba08494 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, 14)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 15)
COMMIT = ""
)