From d4e2637f649c5f9b26944d52b409e9e0e0e46c87 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Thu, 9 May 2019 14:09:31 -0500 Subject: [PATCH] v0.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7015d02..2ff70f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-fqdn", "description": "Lookup the fully qualified domain name (\"FQDN\") of the current server's IP (default) or a custom IP. 90x faster than `hostname -f` and works with Node v6.4+.", - "version": "0.0.3", + "version": "0.0.4", "author": "Nick Baugh (http://niftylettuce.com/)", "ava": { "verbose": true