From b8e346cc86e4e2b23110bb3fd106567c2ea8686d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 5 Jun 2020 15:29:25 -0700 Subject: 1.80 --- weed/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed') diff --git a/weed/util/constants.go b/weed/util/constants.go index fda69c8ae..f2585fda0 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 80) COMMIT = "" ) -- cgit v1.2.3