diff options
| author | chrislu <chris.lu@gmail.com> | 2024-05-07 08:47:30 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-05-07 08:47:30 -0700 |
| commit | d3032d1e805ab363242c833d9a61db59b3941f21 (patch) | |
| tree | 7e714f8b4b1531357018b26a7851fd5e008f3906 /weed/util/constants.go | |
| parent | 1917f70f78b0fa3fba7c3fe5d1feeef3d0b50b33 (diff) | |
| download | seaweedfs-d3032d1e805ab363242c833d9a61db59b3941f21.tar.xz seaweedfs-d3032d1e805ab363242c833d9a61db59b3941f21.zip | |
3.673.67
Diffstat (limited to 'weed/util/constants.go')
| -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 61a8ab0d9..1cc163044 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -7,7 +7,7 @@ import ( const HttpStatusCancelled = 499 var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.66) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.67) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
