Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Oct 25, 2023
1 parent 4493595 commit 3196354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.19.0:
- major rework of API; see docs/0.19-changes.md for details

0.18.3:
- do not crash if beacon state is unavailable

Expand Down
2 changes: 1 addition & 1 deletion http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (s *Service) post(ctx context.Context, endpoint string, body io.Reader) (io
req.Header.Set("Content-Type", "application/json")
req.Header.Set("Accept", "application/json")
if req.Header.Get("User-Agent") == "" {
req.Header.Set("User-Agent", "go-eth2-client/0.18.3")
req.Header.Set("User-Agent", "go-eth2-client/0.19.0")
}

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

0 comments on commit 3196354

Please sign in to comment.