summaryrefslogtreecommitdiffstats
path: root/lib/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/consts.rs')
-rw-r--r--lib/src/consts.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/src/consts.rs b/lib/src/consts.rs
new file mode 100644
index 0000000..79ff2f5
--- /dev/null
+++ b/lib/src/consts.rs
@@ -0,0 +1,4 @@
+pub fn protocol_version() -> String {
+ String::from("1")
+}
+