I need to programmatically access the current node version running in a library I am writing. Can\'t seem to find this in the docs.
process.version.match(/^v(\d+\.\d+)/)[1]
if process.version is 'v0.11.5', then get 0.11 .
process.version
0.11