From 24f78eff62eb84d72ad3c4a859d7c4120a859961 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 6 Aug 2020 21:30:59 -0700 Subject: [PATCH] version: new week, new date --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 138af014b..f6249ce03 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.20200727" +const LONG = "date.20200806" const SHORT = LONG