Skip to content

Commit b5d75a6

Browse files
committed
Version v0.1.6
1 parent f2de8fc commit b5d75a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goodbyedpi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// My mingw installation does not load inet_pton definition for some reason
2323
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr);
2424

25-
#define GOODBYEDPI_VERSION "v0.1.5"
25+
#define GOODBYEDPI_VERSION "v0.1.6"
2626

2727
#define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)
2828

0 commit comments

Comments
 (0)