From 76d013e4c9a2d956f07868477d8f12ec0b96edfc Mon Sep 17 00:00:00 2001 From: joshglazebrook Date: Sat, 1 Oct 2022 22:00:17 -0500 Subject: [PATCH] 2.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac0b6d3..0f5054b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "socks", "private": false, - "version": "2.7.0", + "version": "2.7.1", "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", "main": "build/index.js", "typings": "typings/index.d.ts",