From a154ef9a0fca4155b799effe432153cd45273d1d Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 3 Nov 2025 13:39:39 -0800 Subject: [PATCH] 4.00 --- weed/util/version/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index 96a3ce757..33b226202 100644 --- a/weed/util/version/constants.go +++ b/weed/util/version/constants.go @@ -7,8 +7,8 @@ import ( ) var ( - MAJOR_VERSION = int32(3) - MINOR_VERSION = int32(99) + MAJOR_VERSION = int32(4) + MINOR_VERSION = int32(00) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""