Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
svgo
/
lib
/
version.js
blob: 64223ccef312fca0182e46735dbc6e4b3c7c0db7 [
file
]
/**
* Version of SVGO.
*
* @type {string}
* @since 4.0.0
*/
export
const
VERSION
=
'4.0.2'
;