diff options
| author | chrislu <chris.lu@gmail.com> | 2024-03-16 11:46:40 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-03-16 11:46:40 -0700 |
| commit | b74e8082bac408138be99e128b8c28fd19eca7a6 (patch) | |
| tree | 20a2795841b509a242da824a18cc0191ed6a7820 /weed/util/constants.go | |
| parent | 6a61b54f29df704bbe2b8fb69cb234cac530bd48 (diff) | |
| download | seaweedfs-b74e8082bac408138be99e128b8c28fd19eca7a6.tar.xz seaweedfs-b74e8082bac408138be99e128b8c28fd19eca7a6.zip | |
3.643.64
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 4c8c9c95e..94f30ffb7 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.63) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
