mirror of
https://github.com/svg/svgo.git
synced 2026-01-25 18:41:39 +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.2';
|