summaryrefslogtreecommitdiffstats
path: root/lib/src/consts.rs
blob: 79ff2f55597b3483ca72387f136d416f875094d2 (plain)
1
2
3
4
pub fn protocol_version() -> String {
    String::from("1")
}