We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca17448 commit 9c63579Copy full SHA for 9c63579
.changelog/6306.txt
@@ -0,0 +1,3 @@
1
+```release-note:bug
2
+provider: fixed bug where user-agent was showing "dev" rather than the provider version
3
+```
.goreleaser.yml
@@ -29,7 +29,7 @@ builds:
29
- goarch: arm64
30
goos: windows
31
ldflags:
32
- - -s -w -X internal/provider.Version={{.Version}}
+ - -s -w -X internal/provider.ProviderVersion={{.Version}}
33
mod_timestamp: '{{ .CommitTimestamp }}'
34
checksum:
35
extra_files:
0 commit comments