I have version 2.0.2 of mongo installed on my mac, which I installed using Homebrew. The course I'm taking is using the 'aggregate' function, which is only available in version 2.2 of Mongo. I tried to do
brew upgrade mongodb
and I get
Error: mongodb already upgraded
Is there a way to install the latest version of Mongo with Homebrew?