Skip to content

Commit

Permalink
Updating user-agent to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suryart committed Jul 15, 2020
1 parent 3131e98 commit 8e4d0b4
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.2.0 (${os.arch()}/${os.platform()}/${os.release()})`;
return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`;
}

0 comments on commit 8e4d0b4

Please sign in to comment.