From dd14b658a2f42a3b4d78682e4f4f82f730262c5c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 16 Mar 2020 21:16:18 -0700 Subject: [PATCH] version: bump again, for 0.97.0. --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 7823ec718..8ec5e1f2a 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.20200316" +const LONG = "date.20200317" const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?