From c5fc5c8dfdeac9166c0917a2ce3db35dd3377ee3 Mon Sep 17 00:00:00 2001 From: albertyfwu Date: Tue, 5 Mar 2013 17:21:24 -0500 Subject: [PATCH] added protocol version to index.js --- lib/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/index.js b/lib/index.js index b34c85a3..995c913d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -4,6 +4,8 @@ var keys = require('./keys') +exports.protocol = '0.2.0'; + /** * Packet types. */