Commit 9c903e32 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub
Browse files

Merge pull request #169 from libp2p/feat/client-var

identify: make agent version mutable
parents 37377fd5 26adf739
......@@ -30,7 +30,8 @@ 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/3.3.4"
var ClientVersion = "go-libp2p/3.3.4"
// IDService is a structure that implements ProtocolIdentify.
// It is a trivial service that gives the other peer some
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment