Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
webgpu
/
common
/
tools
/
version.js
blob: edf332075127345779f4fecc7567ee76de0eaa67 [
file
] [
log
] [
blame
]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/
export
const
version
=
require
(
'child_process'
).
execSync
(
'git describe --always --abbrev=0 --dirty'
).
toString
().
trim
();
//# sourceMappingURL=version.js.map