diff options
| author | chrislu <chris.lu@gmail.com> | 2024-04-14 20:15:46 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-04-14 20:15:46 -0700 |
| commit | 0edc5aad9a489d0c99213a45e27654703fa5da70 (patch) | |
| tree | 99388e58e36897de9e74449dfa69bc65d8de4bc2 /weed/util/constants.go | |
| parent | 33537ae29f09af88f55d2f28a28406d3b8bfacd3 (diff) | |
| download | seaweedfs-3.65.tar.xz seaweedfs-3.65.zip | |
3.653.65
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 94f30ffb7..d49c09d19 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.64) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.65) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
