From 330bd92ddce763649d07e078d550cb03eda6a593 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 2 Feb 2026 20:44:13 -0800 Subject: [PATCH] 4.08 --- weed/util/version/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index bd88bb60d..a568f5c72 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(08) + MINOR_VERSION = int32(8) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""