From 66ab09aa4aec71fb4fc1abb64e1eea15a7cb4320 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 8 Jan 2020 09:51:35 -0800 Subject: [PATCH] 1.49 --- 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 fc62c6950..0bf794344 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, 48) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 49) )