diff --git a/lib/version.js b/lib/version.js index 8da9c0ce..c0f902e8 100644 --- a/lib/version.js +++ b/lib/version.js @@ -4,4 +4,4 @@ * @type {string} * @since 4.0.0 */ -export const VERSION = '4.0.0-rc.3'; +export const VERSION = '4.0.0-rc.4'; diff --git a/package.json b/package.json index c1af4d52..fa87e371 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "packageManager": "yarn@3.8.7", "name": "svgo", - "version": "4.0.0-rc.3", + "version": "4.0.0-rc.4", "description": "SVGO is a Node.js library and command-line application for optimizing vector images.", "license": "MIT", "type": "module",