Skip to content

Commit bf55618

Browse files
authored
Merge pull request #65 from browserstack/user-agent-1.5
Bumping the user-agent version to 1.5
2 parents 348af06 + fbfed8e commit bf55618

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
@@ -219,7 +219,7 @@ exports.isParallelValid = (value) => {
219219
}
220220

221221
exports.getUserAgent = () => {
222-
return `BStack-Cypress-CLI/1.4.0 (${os.arch()}/${os.platform()}/${os.release()})`;
222+
return `BStack-Cypress-CLI/1.5.0 (${os.arch()}/${os.platform()}/${os.release()})`;
223223
};
224224

225225
exports.isAbsolute = (configPath) => {

0 commit comments

Comments
 (0)