From 58c9591a492db7ccfb286ffe8f0574610eba6c65 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 18 Jun 2020 09:10:50 -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 e68f6f69e..c471fac71 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.20200612" +const LONG = "date.20200618" const SHORT = LONG