blob: 2b51700b12766b7487509e8449716290aba51172 [file] [log] [blame] [edit]
export const version = require('child_process')
.execSync('git describe --always --abbrev=0 --dirty')
.toString()
.trim();