Skip to content

Commit

Permalink
Prepare for v1.0.0 release (#845)
Browse files Browse the repository at this point in the history
馃帀
  • Loading branch information
jhump committed Apr 4, 2024
1 parent cf64f0f commit 13a2ba2
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-rc5-dev"
buildVersion = "v1.0.0"
buildVersionSuffix = ""

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

0 comments on commit 13a2ba2

Please sign in to comment.