Skip to content

Commit 2c7ee34

Browse files
authored
Merge pull request #41 from browserstack/update-user-agent-1-3-0
Updating user-agent to 1.3.0
2 parents 3131e98 + 8e4d0b4 commit 2c7ee34

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
@@ -103,5 +103,5 @@ exports.isParallelValid = (value) => {
103103
}
104104

105105
exports.getUserAgent = () => {
106-
return `BStack-Cypress-CLI/1.2.0 (${os.arch()}/${os.platform()}/${os.release()})`;
106+
return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`;
107107
}

0 commit comments

Comments
 (0)