From 2dd5b777f73b99d1943a051dd6716cd12e45f88e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 13 May 2018 00:26:23 -0700 Subject: [PATCH] prepare for 0.77 release right before changing to filer2 --- 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 265488613..96cc83108 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.76" + VERSION = "0.77" )