diff options
| author | chrislu <chris.lu@gmail.com> | 2025-02-03 09:25:42 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-02-03 09:25:42 -0800 |
| commit | 95d8f4415aedf3ec911f47d3e7f9459248c71c97 (patch) | |
| tree | 34731c3fe533b64622dc99a0d4539cf4b78d8f02 /weed/util/constants.go | |
| parent | 7fd42f5d06bf935819ac014b417910fa23280f1d (diff) | |
| download | seaweedfs-95d8f4415aedf3ec911f47d3e7f9459248c71c97.tar.xz seaweedfs-95d8f4415aedf3ec911f47d3e7f9459248c71c97.zip | |
3.84
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 43f101159..7304527a0 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(83) + MINOR_VERSION = int32(84) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" |
