From aa1807e0825999e83e12633357c7272f22a2495f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 1 Jan 2020 09:27:02 -0800 Subject: [PATCH] 1.48 --- 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 0916850ef..fc62c6950 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,5 +5,5 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 47) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 48) )