From cf2804eebdf0e9afe7e7ca21a3421012729c9f05 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 7 Jul 2019 20:40:20 -0700 Subject: [PATCH] 1.41 --- 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 44408053f..0f29e3388 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, 40) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 41) )