aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-07 13:13:53 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-07 13:13:53 -0700
commitc18ea21f7a4ed2d96798032f6e1dad07860fd914 (patch)
tree4bffea2ebe9f5c01ea5f39ba47b1096561b323a3 /weed/util/constants.go
parent18b98fdb72d2975a1a11712b96b205a120278a23 (diff)
downloadseaweedfs-1.94.tar.xz
seaweedfs-1.94.zip
1.941.94
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 55183cccb..16b47b48c 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, 93)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 94)
COMMIT = ""
)