From 249eeccf32261171bf2806a39bef10e797894343 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 14 Oct 2018 00:19:04 -0700 Subject: [PATCH] 0.99 release --- 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 a6316b8d2..a9077297f 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.98" + VERSION = "0.99" )