var extractVersion = module.exports.version = function()

in index.js [96:98]


var extractVersion = module.exports.version = function (uuid) {
    return uuid.charAt(14)|0;
};