Skip to content

Commit

Permalink
changing the user-agent version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suryart committed Jun 29, 2020
1 parent aa22b90 commit 94ffc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ exports.isParallelValid = (value) => {
}

exports.getUserAgent = () => {
return `BStack-Cypress-CLI/1.x (${os.arch()}/${os.platform()}/${os.release()})`;
return `BStack-Cypress-CLI/1.2.0 (${os.arch()}/${os.platform()}/${os.release()})`;
}

0 comments on commit 94ffc83

Please sign in to comment.