diff --git a/bin/helpers/utils.js b/bin/helpers/utils.js index 42005a53..ad02fd64 100644 --- a/bin/helpers/utils.js +++ b/bin/helpers/utils.js @@ -270,7 +270,7 @@ exports.isParallelValid = (value) => { } exports.getUserAgent = () => { - return `BStack-Cypress-CLI/1.8.0 (${os.arch()}/${os.platform()}/${os.release()})`; + return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`; }; exports.isAbsolute = (configPath) => { diff --git a/package.json b/package.json index dbfa02e2..aed0c50a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserstack-cypress-cli", - "version": "1.8.0", + "version": "1.8.1", "description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.", "main": "index.js", "scripts": {