Skip to content

Commit

Permalink
[minor] Expose version on module
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Mar 20, 2011
1 parent 3fd3c96 commit 1dd9b3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/node-http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dd9b3b

Please sign in to comment.