aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-05-11 08:03:11 -0700
committerchrislu <chris.lu@gmail.com>2023-05-11 08:03:11 -0700
commit9204ee2d2dfd421753dad9fcc80c2b5ce3ea5326 (patch)
treea32218c5037ef004738c095397b4ac573c876e71 /weed/util/constants.go
parent2e351aa96735ab2d1e4c20d0973d0653820b4cd4 (diff)
downloadseaweedfs-9204ee2d2dfd421753dad9fcc80c2b5ce3ea5326.tar.xz
seaweedfs-9204ee2d2dfd421753dad9fcc80c2b5ce3ea5326.zip
3.50
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 1eb2a45d1..443d95dbb 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.49)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.50)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)