Sign in
chromium
/
external
/
github.com
/
gpuweb
/
cts
/
refs/heads/async-errors
/
.
/
src
/
common
/
tools
/
version.ts
blob: 2b51700b12766b7487509e8449716290aba51172 [
file
] [
log
] [
blame
] [
edit
]
export
const
version
=
require
(
'child_process'
)
.
execSync
(
'git describe --always --abbrev=0 --dirty'
)
.
toString
()
.
trim
();