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) )