diff --git a/hosts b/hosts index 632e6f3..ead8db7 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS=$'\n\t' # Globals ############################################################################### -_VERSION="1.5.0" +_VERSION="2.0.0" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index a4e2e3a..ac6af7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "1.5.0", + "version": "2.0.0", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"