Skip to content

Commit

Permalink
Prepare for v1.0.4 release (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump authored Sep 20, 2024
1 parent 0a04891 commit 9cb891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
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.1.0-dev"
buildVersion = "v1.0.4"
buildVersionSuffix = ""

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

0 comments on commit 9cb891a

Please sign in to comment.