diff options
| author | chrislu <chris.lu@gmail.com> | 2025-01-20 22:33:23 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-01-20 22:33:23 -0800 |
| commit | ca4dca14d8b92bc193477f1b97d95fb440f21b43 (patch) | |
| tree | 3417b5547cb63d6bb0297a7730b95fdfae405e20 /weed/util/constants.go | |
| parent | cc05874d06489751bc3892a2a012dde3921e9909 (diff) | |
| download | seaweedfs-ca4dca14d8b92bc193477f1b97d95fb440f21b43.tar.xz seaweedfs-ca4dca14d8b92bc193477f1b97d95fb440f21b43.zip | |
3.823.82
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 0d33120a9..a8144438b 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(81) + MINOR_VERSION = int32(82) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" |
