From fdff927b3742ac1c64d0d4e1168b4e5dee9d7c1a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 24 Jun 2019 00:36:46 -0700 Subject: [PATCH] 1.38 --- 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 4d6cf5805..b1167e917 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, 37) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 38) )