From 39ae80a2e7b6c6318cde26b5ef61d3f3cc4220e8 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 10 Apr 2020 08:23:36 -0700 Subject: [PATCH] version: bump date --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ddb16b60c..2af2ec022 100644 --- a/version/version.go +++ b/version/version.go @@ -7,5 +7,5 @@ // Package version provides the version that the binary was built at. package version -const LONG = "date.20200324" +const LONG = "date.20200410" const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?