From ceafb7d1457a5e6d042b0fd9a0e066a80100af13 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 2 Jan 2019 12:59:20 -0800 Subject: [PATCH] 1.19 --- 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 3c7c5f5b7..5e2b8f941 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.18" + VERSION = "1.19" )