summaryrefslogtreecommitdiff
path: root/src/version.ts
blob: d379b57f8fdaad4528a69e703e45ac7953c89491 (plain)
1
2
3
4
5
6
7
/**
 * Version
 */

const meta = require('../version.json');

export default meta.version as string;