diff --git a/hosts b/hosts index 7b26367..c3d2771 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS=$'\n\t' # Globals ############################################################################### -_VERSION="2.1.5" +_VERSION="2.1.6" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index 8302621..fba375b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "2.1.5", + "version": "2.1.6", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"