diff options
| author | chrislu <chris.lu@gmail.com> | 2025-12-08 01:38:16 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-12-08 01:38:16 -0800 |
| commit | 805950b401f9bf52424a6788c239d42dc6e1c666 (patch) | |
| tree | af3dc3b8ed65a7a42292d9375be55b93453c5b73 /weed/util/version/constants.go | |
| parent | e28629bb5f44af3cce4e4f0cb5b0716a435f60ce (diff) | |
| download | seaweedfs-805950b401f9bf52424a6788c239d42dc6e1c666.tar.xz seaweedfs-805950b401f9bf52424a6788c239d42dc6e1c666.zip | |
4.024.02
Diffstat (limited to 'weed/util/version/constants.go')
| -rw-r--r-- | weed/util/version/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index c84ee28ff..b029c0977 100644 --- a/weed/util/version/constants.go +++ b/weed/util/version/constants.go @@ -9,7 +9,7 @@ import ( var ( MAJOR_VERSION = int32(4) - MINOR_VERSION = int32(01) + MINOR_VERSION = int32(02) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = "" |
