In mongo shell, db.version() returns 3.0.5
Tried:
brew update
it says "Already up-to-date".
brew upgrade mongodb
it says "Error: mongodb 3.6.4 already installed"
I have referred to this question and followed the steps given in the answer as well, but it didn't work for me.
How do I solve this issue?
Thanks in advance.