From 3f74859bb0e1b59ec02758176596917a80a9db33 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 3 Jul 2020 13:47:09 -0700 Subject: [PATCH] version: new month, new date string --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index bb9b77c91..5eb4a72f0 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.20200622" +const LONG = "date.20200703" const SHORT = LONG