8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
/**
|
|
* Version of SVGO.
|
|
*
|
|
* @type {string}
|
|
* @since 4.0.0
|
|
*/
|
|
export const VERSION = '4.0.0';
|