From f9eeb02db014fc8b6db788ff9bff1b65da4ecdb4 Mon Sep 17 00:00:00 2001 From: Stephen Steneker Date: Wed, 13 Sep 2023 08:26:38 +1000 Subject: [PATCH] Update for 1.8.5 release (#89) * 1.8.5 / 2023-09-13 ================== * Fix error message when using GNU egrep (@charlievieth) * Docs: git:// should be replaced with https:// (@michaelstruening) --- History.md | 5 +++++ bin/m | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index c136f26..294ad5d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +1.8.5 / 2023-09-13 +================== + * Fix error message when using GNU egrep (@charlievieth) + * Docs: git:// should be replaced with https:// (@michaelstruening) + 1.8.4 / 2022-11-04 ================== * Update detection for supported Linux distros as at MongoDB 6.0 diff --git a/bin/m b/bin/m index 20f7bb9..02c2b56 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.4" +VERSION="1.8.5" # # Log the given diff --git a/package.json b/package.json index 6c3ee67..6b87352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "m", - "version": "1.8.4", + "version": "1.8.5", "description": "mongodb version management", "homepage": "https://github.com/aheckmann/m", "bugs": "https://github.com/aheckmann/m/issues",