From 6e53c38c2fc8dd7e0bc0bcd1909588bfe532edf8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 8 Nov 2018 07:37:44 -0800 Subject: [PATCH] update to 1.03 --- 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 3219a70b4..6af63f505 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.02" + VERSION = "1.03" )