diff --git a/bin/helpers/utils.js b/bin/helpers/utils.js index 7e967370..9b4a7c3a 100644 --- a/bin/helpers/utils.js +++ b/bin/helpers/utils.js @@ -179,7 +179,7 @@ exports.isParallelValid = (value) => { } exports.getUserAgent = () => { - return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`; + return `BStack-Cypress-CLI/1.4.0 (${os.arch()}/${os.platform()}/${os.release()})`; }; exports.isAbsolute = (configPath) => {