Skip to content

Commit

Permalink
Prepare for v1.0.0-rc3 release (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed Feb 21, 2024
1 parent 3163cc1 commit 9d4a2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Expand Up @@ -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-rc3-dev"
buildVersion = "v1.0.0-rc3"
buildVersionSuffix = ""

// Version is the version to report from all binaries.
Expand Down

0 comments on commit 9d4a2f7

Please sign in to comment.