Skip to content

Commit 94ffc83

Browse files
committed
changing the user-agent version to 1.2.0
1 parent aa22b90 commit 94ffc83

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.x (${os.arch()}/${os.platform()}/${os.release()})`;
106+
return `BStack-Cypress-CLI/1.2.0 (${os.arch()}/${os.platform()}/${os.release()})`;
107107
}

0 commit comments

Comments
 (0)