diff --git a/version/version.go b/version/version.go index 5eb4a72f0..c51aa4c98 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.20200703" +const LONG = "date.20200713" const SHORT = LONG