diff --git a/internal/version.go b/internal/version.go index 5d6b1479..7d0ee857 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.0.0-rc5-dev" + buildVersion = "v1.0.0" buildVersionSuffix = "" // Version is the version to report from all binaries.