Skip to content

Commit b3b7ab7

Browse files
committed
Updating user-agent to 1.8.1
1 parent 5c4d10a commit b3b7ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ exports.isParallelValid = (value) => {
270270
}
271271

272272
exports.getUserAgent = () => {
273-
return `BStack-Cypress-CLI/1.8.0 (${os.arch()}/${os.platform()}/${os.release()})`;
273+
return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`;
274274
};
275275

276276
exports.isAbsolute = (configPath) => {

0 commit comments

Comments
 (0)