diff options
| author | chrislu <chris.lu@gmail.com> | 2025-05-04 21:10:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-05-04 21:10:01 -0700 |
| commit | e4e85052082e31c94cd133270afc9e8365641c8c (patch) | |
| tree | e3a66c12506a4bd6707a2244efae349e26d07548 /weed/util | |
| parent | ed15357c7a8b76a9d2344a0fece11ccb4edf3eef (diff) | |
| download | seaweedfs-e4e85052082e31c94cd133270afc9e8365641c8c.tar.xz seaweedfs-e4e85052082e31c94cd133270afc9e8365641c8c.zip | |
3.873.87
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 c4540bae4..17b9f4246 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -8,7 +8,7 @@ const HttpStatusCancelled = 499 var ( MAJOR_VERSION = int32(3) - MINOR_VERSION = int32(85) + MINOR_VERSION = int32(87) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" |
