From 023f9d263278755839690d290c5b48186743c972 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 13 Jan 2023 02:39:48 -0600 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63ae0c9..dbf7c74 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.4", + "version": "1.0.0", "author": "Nick Baugh (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/forwardemail/get-fqdn/issues",