diff options
| author | chrislu <chris.lu@gmail.com> | 2024-01-15 20:56:21 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-01-15 20:56:21 -0800 |
| commit | 33d5343ea1c93e43a7e4e1e55e982319e7f733d3 (patch) | |
| tree | a1f7ce574fcf0476b7ad8b783035f11cd803ab13 /weed/util | |
| parent | 6d45bb30380e38d4b0ed4420160901f9a951ab84 (diff) | |
| parent | 59b8af99b0aca1b9e88fec7b5f27c7d15e5e8604 (diff) | |
| download | seaweedfs-33d5343ea1c93e43a7e4e1e55e982319e7f733d3.tar.xz seaweedfs-33d5343ea1c93e43a7e4e1e55e982319e7f733d3.zip | |
Merge branch 'master' into mq-subscribe
Diffstat (limited to 'weed/util')
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index 185f5248e..ea80337cd 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.61) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.62) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
