Skip to content

Commit

Permalink
1.8.9 / 2023-10-19
Browse files Browse the repository at this point in the history
==================
 * Remove shell prompt from install examples so it doesn't get copied
 * Fix #93: Download of MongoDB 4.2 binaries on Ubuntu 22.04
  • Loading branch information
stennie committed Oct 19, 2023
1 parent 65f4eb8 commit 95a0a7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8.9 / 2023-10-19
==================
* Remove shell prompt from install examples so it doesn't get copied
* Fix #93: Download of MongoDB 4.2 binaries on Ubuntu 22.04

1.8.8 / 2023-10-17
==================
* Add distro detection for KDE Neon (based on Ubuntu LTS)
Expand Down
4 changes: 2 additions & 2 deletions 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.8"
VERSION="1.8.9"

#
# Log the given <msg ...>
Expand Down Expand Up @@ -947,7 +947,7 @@ get_distro_and_arch() {
ubuntu-16*) distros="ubuntu1604 ubuntu1404" ;;
ubuntu-18*) distros="ubuntu1804 ubuntu1604" ;;
ubuntu-20*) distros="ubuntu2004 ubuntu1804" ;;
ubuntu-22*) distros="ubuntu2204 ubuntu2004" ;;
ubuntu-22*) distros="ubuntu2204 ubuntu2004 ubuntu1804" ;;
ubuntu-*) distros="ubuntu2204 ubuntu2004" ;;

linuxmint-17*) distros="ubuntu1404" ;;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m",
"version": "1.8.8",
"version": "1.8.9",
"description": "MongoDB version management",
"homepage": "https://github.com/aheckmann/m",
"bugs": "https://github.com/aheckmann/m/issues",
Expand Down

0 comments on commit 95a0a7f

Please sign in to comment.