aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-01 07:15:49 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-01 07:15:49 -0700
commitf1e879fe7aaeadcf16aa22dde2a155828d3ceaf4 (patch)
tree5e2b76213a024a413f7a4863784c2267fb685431 /weed/util/constants.go
parenta1c01d716b2fd30fa4c99c65b88a814ef750e3e5 (diff)
downloadseaweedfs-f1e879fe7aaeadcf16aa22dde2a155828d3ceaf4.tar.xz
seaweedfs-f1e879fe7aaeadcf16aa22dde2a155828d3ceaf4.zip
2.02
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 27b9482f3..431111fb9 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, 01)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 02)
COMMIT = ""
)