diff --git a/CHANGELOG.md b/CHANGELOG.md index fd704c1..4fc9b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [Unreleased] (date goes here) + ## [7.2.2] (2021-04-25) ### Fixed diff --git a/bin/n b/bin/n index 4b16c80..1c41f78 100755 --- a/bin/n +++ b/bin/n @@ -49,7 +49,7 @@ function n_grep() { # Setup and state # -VERSION="7.2.2" +VERSION="7.2.3-0" N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX=${N_PREFIX%/} diff --git a/package-lock.json b/package-lock.json index 8a76a61..d36afc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "n", - "version": "7.2.2", + "version": "7.2.3-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49a622e..ad52399 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "n", "description": "Interactively Manage All Your Node Versions", - "version": "7.2.2", + "version": "7.2.3-0", "author": "TJ Holowaychuk ", "homepage": "https://github.com/tj/n", "bugs": "https://github.com/tj/n/issues",