aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-11 21:25:30 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-11 21:25:30 -0700
commitbbd0afd37efc5b07e3b9ed109b95afe5c9eaae78 (patch)
treeb58b0723b0e7e2ae31741dc2a9f31156cd8e8170 /weed/util/constants.go
parent7704469d294c20df46d1cbd418754dfa9ace0add (diff)
downloadseaweedfs-2.04.tar.xz
seaweedfs-2.04.zip
2.042.04
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 0f3fd52c7..3b222fbaa 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, 03)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 04)
COMMIT = ""
)