Skip to content

Commit fbfed8e

Browse files
committed
Bumping the user-agent version to 1.5
1 parent 81c3235 commit fbfed8e

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)