From 234f69452bbb141700b45d88ee456ae6f74f8081 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Jan 2020 21:04:40 -0800 Subject: [PATCH] 1.52 --- 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 d06cfb8b8..4e89291dd 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, 51) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 52) )