Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
akdilsiz committed Aug 11, 2024
1 parent 44ae201 commit 44370f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func newClient(ctx context.Context, address string, wsAddress string) (Client, e

c := &client{
ctx: ctx,
version: "v1.2.11",
version: "v1.2.12",
address: address,
wsAddress: wsAddress,
url: aURL,
Expand Down

0 comments on commit 44370f3

Please sign in to comment.