From 36022f94163b7df12bf475fc63978780346bc223 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 30 Jun 2019 00:50:17 -0700 Subject: [PATCH] 1.39 --- 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 b1167e917..6bd9f4b15 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, 38) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 39) )