From c5ee03d6afb05bf1335b4d9ab3ea7da1620823f1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 4 Sep 2021 13:57:55 -0700 Subject: [PATCH] format --- 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 f1c565164..dc2099d3c 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -6,7 +6,7 @@ import ( var ( VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65) - VERSION = sizeLimit + VERSION_NUMBER + VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" )