diff --git a/hosts b/hosts index 6ae64fa..11923de 100755 --- a/hosts +++ b/hosts @@ -52,7 +52,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="3.6.3" +_VERSION="3.6.4" # $_ME # diff --git a/package-lock.json b/package-lock.json index 97b0e91..a6f74da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "hosts.sh", - "version": "3.6.3", + "version": "3.6.4", "lockfileVersion": 1 } diff --git a/package.json b/package.json index f2f3e31..c47844d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts.sh", - "version": "3.6.3", + "version": "3.6.4", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install",