Skip to content

Commit

Permalink
Prepare for v1.0.3 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump authored Aug 13, 2024
1 parent 7d76765 commit dfa2dd3
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.3"
buildVersionSuffix = ""

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

0 comments on commit dfa2dd3

Please sign in to comment.