mirror of
https://github.com/svg/svgo.git
synced 2026-01-27 07:02:06 +03:00
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
/**
|
|
* Version of SVGO.
|
|
*
|
|
* @type {string}
|
|
* @since 4.0.0
|
|
*/
|
|
export const VERSION = '4.0.0-rc.4';
|