diff --git a/p2p/src/behaviour.rs b/p2p/src/behaviour.rs index 664c17035..eda8bcb43 100644 --- a/p2p/src/behaviour.rs +++ b/p2p/src/behaviour.rs @@ -37,7 +37,7 @@ mod event; mod peer_manager; pub const PROTOCOL_VERSION: &str = "ipfs/0.1.0"; -pub const AGENT_VERSION: &str = concat!("iroh/", env!("CARGO_PKG_VERSION")); +pub const AGENT_VERSION: &str = concat!("ceramic-one/", env!("CARGO_PKG_VERSION")); /// Libp2p behaviour for the node. #[derive(NetworkBehaviour)]