From ba9b7b62d785c0bd079b26ed3dc370e025ef1f08 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 28 Dec 2018 15:10:49 -0800 Subject: [PATCH] 1.16 --- 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 7de9c2ea4..2d6d884ff 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.15" + VERSION = "1.16" )