From 2a5a18cf8547db778815d2ae709dd73f72170677 Mon Sep 17 00:00:00 2001 From: William Melody Date: Wed, 9 May 2018 10:35:59 -0700 Subject: [PATCH] Bump version to 2.4.3 Fix misalignment between version numbers in package.json and `$_VERSION`. --- hosts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts b/hosts index ffe274b..85f869b 100755 --- a/hosts +++ b/hosts @@ -31,7 +31,7 @@ IFS=$'\n\t' # # Manually set this to to current version of the program. Adhere to the # semantic versioning specification: http://semver.org -_VERSION="2.4.1" +_VERSION="2.4.3" # $HOSTS_DEFAULT_COMMAND # diff --git a/package.json b/package.json index 9101b1f..03af7fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "2.4.2", + "version": "2.4.3", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"