Skip to content

Commit

Permalink
Update client version identifier ahead of new release
Browse files Browse the repository at this point in the history
  • Loading branch information
checksum0 authored Sep 12, 2022
1 parent 084cfa2 commit b862ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// ClientVersion identifies the client version/name to the remote server
ClientVersion = "go-electrum1.0"
ClientVersion = "go-electrum1.1"

// ProtocolVersion identifies the support protocol version to the remote server
ProtocolVersion = "1.4"
Expand Down

0 comments on commit b862ac4

Please sign in to comment.