Skip to content

Commit 1dd9b3b

Browse files
committed
[minor] Expose version on module
1 parent 3fd3c96 commit 1dd9b3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/node-http-proxy.js

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ var util = require('util'),
3232
ProxyTable = require('./proxy-table').ProxyTable,
3333
maxSockets = 100;
3434

35+
//
36+
// ### Version 0.4.0
37+
//
38+
exports.version = [0, 4, 0];
39+
3540
//
3641
// ### function _getAgent (host, port)
3742
// #### @host {string} Host of the agent to get

0 commit comments

Comments
 (0)