Skip to content

Commit 2371842

Browse files
committed
Update version.
1 parent b1c975a commit 2371842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev:
1+
0.23.0:
22
- add attester_slashing, block_gossip, bls_to_execution_change and proposer_slashing events
33
- add AttestationRewards, BlockRewards, and SyncCommitteeRewards functions
44

http/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
// defaultUserAgent is sent with requests if no other user agent has been supplied.
38-
const defaultUserAgent = "go-eth2-client/0.22.0"
38+
const defaultUserAgent = "go-eth2-client/0.23.0"
3939

4040
// post sends an HTTP post request and returns the body.
4141
func (s *Service) post(ctx context.Context,

0 commit comments

Comments
 (0)