aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-14 10:26:42 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-14 10:26:42 -0700
commit45a762223afc320da6dc19fd484f28db19ee8536 (patch)
tree78611f2c636a934665f0e77a8cbf7b1319789b38 /weed/util
parent789465d99e9a14bdd7424d62a5a252e101d14cc5 (diff)
downloadseaweedfs-45a762223afc320da6dc19fd484f28db19ee8536.tar.xz
seaweedfs-45a762223afc320da6dc19fd484f28db19ee8536.zip
2.482.48
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 9985b111c..6a0ae3cae 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, 47)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 48)
COMMIT = ""
)