From 9204ee2d2dfd421753dad9fcc80c2b5ce3ea5326 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 11 May 2023 08:03:11 -0700 Subject: 3.50 --- weed/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed') diff --git a/weed/util/constants.go b/weed/util/constants.go index 1eb2a45d1..443d95dbb 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.49) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.50) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) -- cgit v1.2.3