diff --git a/History.md b/History.md index 9935a41..f121416 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +1.8.7 / 2023-09-27 +================== + * Use "curl -s" (silent) instead of "curl -#" (@mpobrien) + 1.8.6 / 2023-09-20 ================== * Update detection for Ubuntu 22 and RHEL9 diff --git a/bin/m b/bin/m index 1924ccb..4ea6d1f 100755 --- a/bin/m +++ b/bin/m @@ -39,7 +39,7 @@ CACHE_SRC=${M_CACHE_SRC:-$M_DIR/cache-src.json} CACHE_EXPIRY=${M_CACHE_EXPIRY:-3600} # m version -VERSION="1.8.6" +VERSION="1.8.7" # # Log the given diff --git a/package.json b/package.json index 795a8f4..8aeca00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "m", - "version": "1.8.6", - "description": "mongodb version management", + "version": "1.8.7", + "description": "MongoDB version management", "homepage": "https://github.com/aheckmann/m", "bugs": "https://github.com/aheckmann/m/issues", "bin": { "m": "./bin/m" },