Skip to content

Commit

Permalink
1.8.7 / 2023-09-27
Browse files Browse the repository at this point in the history
==================
 * Use "curl -s" (silent) instead of "curl -#" (@mpobrien)
  • Loading branch information
stennie committed Sep 27, 2023
1 parent 28434f6 commit 6f42983
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/m
Original file line number Diff line number Diff line change
Expand Up @@ -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 <msg ...>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit 6f42983

Please sign in to comment.