From 51d4a4b28d0edcd01ab1faa19f8a80f4137fc497 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 8 Jan 2023 18:20:22 -0800 Subject: [PATCH] 3.39 --- weed/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/util/constants.go b/weed/util/constants.go index 2bffc2dd3..671d21adc 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.38) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.39) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" )