diff --git a/internal/version.go b/internal/version.go index 8dd68a41..621b9bc6 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ package internal //nolint:gochecknoglobals var ( // NB: These are vars instead of consts so they can be changed via -X ldflags. - buildVersion = "v1.1.0-dev" + buildVersion = "v1.0.4" buildVersionSuffix = "" // Version is the version to report from all binaries.