Skip to content

Commit dbcc6db

Browse files
Karan NagpalKaran Nagpal
authored andcommitted
update user agent for latest release
1 parent 620c581 commit dbcc6db

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
@@ -347,7 +347,7 @@ exports.isParallelValid = (value) => {
347347
}
348348

349349
exports.getUserAgent = () => {
350-
return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`;
350+
return `BStack-Cypress-CLI/1.10.0 (${os.arch()}/${os.platform()}/${os.release()})`;
351351
};
352352

353353
exports.isAbsolute = (configPath) => {

0 commit comments

Comments
 (0)