aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-01-08 00:04:49 -0800
committerchrislu <chris.lu@gmail.com>2024-01-08 00:04:49 -0800
commit8ae00e47a6e3adf340cbf00269cebec2dad5ba5e (patch)
tree8fa58d0b54babb69f3b4885615a02b15bb164f00 /weed/util/constants.go
parentb9d32d32e15e6726c8ec74cb3ab7a06bcc5d042f (diff)
downloadseaweedfs-8ae00e47a6e3adf340cbf00269cebec2dad5ba5e.tar.xz
seaweedfs-8ae00e47a6e3adf340cbf00269cebec2dad5ba5e.zip
3.613.61
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 a3c1beffd..185f5248e 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.60)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.61)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)