diff --git a/dist/util.js b/dist/util.js index 2986c87..27b3805 100644 --- a/dist/util.js +++ b/dist/util.js @@ -16202,7 +16202,7 @@ var escapeStringRegexp = string => { }; const fullVersion = `v${ - "2.4.0" + "2.4.1" }`; const majorVersion = ` v${ 2 diff --git a/package.json b/package.json index 674598c..1c61fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachometer-reporter-action", - "version": "2.4.0", + "version": "2.4.1", "description": "Report the results of Polymer/tachometer in a comment for PRs", "main": "lib/index.js", "scripts": {