Hello,
It appears there is no numberic majir/min/patch version in the latest mongo tools.
$ wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.7.tgz
...
(chopped)
...
$ tar xfz mongodb-linux-x86_64-3.2.7.tgz
$ ./mongodb-linux-x86_64-3.2.7/bin/mongodump --version
mongodump version: not-built-with-ldflags
git version: not-built-with-ldflags
$ ./mongodb-linux-x86_64-3.2.7/bin/mongorestore --version
mongorestore version: not-built-with-ldflags
git version: not-built-with-ldflags
Thanks!
Tim