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