1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-25 18:41:39 +03:00
Files
svgo/lib/version.js
2025-05-04 17:39:44 +01:00

8 lines
102 B
JavaScript

/**
* Version of SVGO.
*
* @type {string}
* @since 4.0.0
*/
export const VERSION = '4.0.0-rc.2';