diff --git a/go.mod b/go.mod index f4af401f1..ec7d6f3c5 100644 --- a/go.mod +++ b/go.mod @@ -31,4 +31,3 @@ require ( honnef.co/go/tools v0.0.1-2020.1.3 // indirect rsc.io/goversion v1.2.0 ) - diff --git a/version/version.go b/version/version.go index a15923ad9..60f20e6f0 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.20200228" +const LONG = "date.20200306" const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?