diff options
| author | Chris Lu <chris.lu@gmail.com> | 2025-10-20 23:47:11 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2025-10-20 23:47:11 -0700 |
| commit | d3095f0c2a497460af795a15ae0157b32e48a1e6 (patch) | |
| tree | 98235d44efbacfa720ef45263c43885a6256cbf4 /weed/util | |
| parent | d989971f3e779424ee1c4680e72dee3212acb993 (diff) | |
| download | seaweedfs-d3095f0c2a497460af795a15ae0157b32e48a1e6.tar.xz seaweedfs-d3095f0c2a497460af795a15ae0157b32e48a1e6.zip | |
3.98
Diffstat (limited to 'weed/util')
| -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 d144d4efe..16e8c7d14 100644 --- a/weed/util/version/constants.go +++ b/weed/util/version/constants.go @@ -8,7 +8,7 @@ import ( var ( MAJOR_VERSION = int32(3) - MINOR_VERSION = int32(97) + MINOR_VERSION = int32(98) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = "" |
