diff --git a/p2p/protocol/identify/id.go b/p2p/protocol/identify/id.go index 83e5059ee25863b88497308e69918c628d285187..88c5698c04ea7f14b4454630777d5f5f2e7fd2c8 100644 --- a/p2p/protocol/identify/id.go +++ b/p2p/protocol/identify/id.go @@ -27,7 +27,7 @@ const ID = "/ipfs/id/1.0.0" // LibP2PVersion holds the current protocol version for a client running this code // TODO(jbenet): fix the versioning mess. const LibP2PVersion = "ipfs/0.1.0" -const ClientVersion = "go-libp2p/0.1.0" +const ClientVersion = "go-libp2p/3.3.4" // IDService is a structure that implements ProtocolIdentify. // It is a trivial service that gives the other peer some