Is it possible to find out which version of WiredTiger I am using with MongoDB? I tried using:-
db.serverStatus().wiredTiger
but I can't find any version info in there.
I installed MongoDB (v3.0.4) out of the box, so I'm trying to figure out what version of WiredTiger it ships with, and whether or not I can use a newer version of WiredTiger instead.