aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-10-16 20:43:37 -0700
committerchrislu <chris.lu@gmail.com>2022-10-16 20:43:37 -0700
commit758d70bdc09834066cfd835d0041f38ac77a1d42 (patch)
treeb4229c7e903de47f29676932f7967eebfa7511a9 /weed/util/constants.go
parentde286fe6626787d12d87de1a9a447161014fc135 (diff)
downloadseaweedfs-758d70bdc09834066cfd835d0041f38ac77a1d42.tar.xz
seaweedfs-758d70bdc09834066cfd835d0041f38ac77a1d42.zip
3.323.32
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 64314508c..b3c6ef3f8 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.31)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.32)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)