From 557c23517b2e3c77a90a8ae626e5ad2c0baecf75 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 20 Aug 2020 20:12:54 -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 f6249ce03..edb0be628 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.20200806" +const LONG = "date.20200820" const SHORT = LONG