aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-14 22:23:43 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-14 22:23:43 -0800
commit8726ef34c1081d62bb0fa7348d56986a81acf9a0 (patch)
treeece5de4ba1d489ddaf49e6ed05fa8ee7f6aec049 /weed/util/constants.go
parent0bc3a1f9e88baca5f592d50ca028d169c86f0dc8 (diff)
downloadseaweedfs-8726ef34c1081d62bb0fa7348d56986a81acf9a0.tar.xz
seaweedfs-8726ef34c1081d62bb0fa7348d56986a81acf9a0.zip
2.252.25
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 6001ae78e..3ab70240a 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, 24)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 25)
COMMIT = ""
)