From 19d546938afa7f683825751b49ace635301a2b9d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 21 Nov 2018 23:30:59 -0800 Subject: [PATCH] forgot to upgrade version number --- 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 b395633bf..d9e20f05c 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.08" + VERSION = "1.09" )