aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-11 10:12:15 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-11 10:12:15 -0700
commit0f7b43af99928ea56b2d2fbee5c084dbad765ff5 (patch)
tree3097a94031328be1b5c96d8c19632eeb48faf6df /weed/util/constants.go
parentd2d36a3f9dd39b772abe1a78a056d9ea5309ec7e (diff)
downloadseaweedfs-2.47.tar.xz
seaweedfs-2.47.zip
2.472.47
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 71a3c0622..9985b111c 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, 46)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 47)
COMMIT = ""
)