From 1dd9b3b15088a3c4595faae64822969014a61d52 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 20 Mar 2011 13:31:30 -0500 Subject: [PATCH] [minor] Expose version on module --- lib/node-http-proxy.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index b36b0a5..5b30368 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -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