From d3095f0c2a497460af795a15ae0157b32e48a1e6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 20 Oct 2025 23:47:11 -0700 Subject: 3.98 --- weed/util/version/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/util') 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 = "" -- cgit v1.2.3