aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-06 18:56:58 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-06 18:56:58 -0800
commit46b91228afb209547f3573e4f0beaea77dc28e59 (patch)
tree5549caf13f4a4931066c28a0489c395f596d5562 /weed/util
parent263eb29e9f6aa7aaa8b6da45244ce75f712f358e (diff)
downloadseaweedfs-46b91228afb209547f3573e4f0beaea77dc28e59.tar.xz
seaweedfs-46b91228afb209547f3573e4f0beaea77dc28e59.zip
2.142.14
Diffstat (limited to 'weed/util')
-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 254f3cb59..ebf9e0ea9 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, 13)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 14)
COMMIT = ""
)