aheckmann / m

mongodb version management
MIT License
267 stars 55 forks source link

m 4.2.0 isn't finding 4.2.0-rc0 #53

Closed stennie closed 5 years ago

stennie commented 5 years ago
m 4.2.0
MongoDB version 4.2.0 is not installed.
Installation may take a while. Would you like to proceed? [Y/n] y
Binary not available with SSL support. Checking url for generic (non-SSL) binaries.
Binary for "Darwin 4.2.0" not supported. Attempting to install from source.
stennie commented 5 years ago

Actually, this is expected: m 4.2.0 is asking for a stable 4.2.0 version but there isn't one available yet.

Use m 4.2 --latest to install the latest RC (or m 4.2.0-rc# for a specific RC).