Skip to content

Commit 1166f6f

Browse files
Merge pull request #166 from browserstack/user_agent
update user agent for latest release
2 parents 620c581 + dbcc6db commit 1166f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ exports.isParallelValid = (value) => {
347347
}
348348

349349
exports.getUserAgent = () => {
350-
return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`;
350+
return `BStack-Cypress-CLI/1.10.0 (${os.arch()}/${os.platform()}/${os.release()})`;
351351
};
352352

353353
exports.isAbsolute = (configPath) => {

0 commit comments

Comments
 (0)