[minor] Expose version on module

This commit is contained in:
indexzero 2011-03-20 13:31:30 -05:00
parent 3fd3c96fa0
commit 1dd9b3b150

View File

@ -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