RSS Git Download  Clone
Raw Blame History 74B 4 lines
module.exports.getVersion = async ({ pkg }) => {
    return pkg.version
}