Skip to content

Commit

Permalink
next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed May 24, 2024
1 parent 97b1909 commit 73e0a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (s *Service) post(ctx context.Context,
req.Header.Set(k, v)
}
if req.Header.Get("User-Agent") == "" {
req.Header.Set("User-Agent", "go-builder-client/0.4.5")
req.Header.Set("User-Agent", "go-builder-client/0.4.6")
}

resp, err := s.client.Do(req)
Expand Down

0 comments on commit 73e0a0b

Please sign in to comment.