Commit 1dd9b3b1 authored by indexzero's avatar indexzero

[minor] Expose version on module

parent 3fd3c96f
......@@ -32,6 +32,11 @@ var util = require('util'),
ProxyTable = require('./proxy-table').ProxyTable,
maxSockets = 100;
//
// ### Version 0.4.0
//
exports.version = [0, 4, 0];
//
// ### function _getAgent (host, port)
// #### @host {string} Host of the agent to get
......
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