Skip to content

Commit b1dc857

Browse files
authored
Merge pull request #58 from browserstack/update-user-agent
Bumping the user-agent to 1.4.0
2 parents e4681f5 + e26d5f1 commit b1dc857

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
@@ -179,7 +179,7 @@ exports.isParallelValid = (value) => {
179179
}
180180

181181
exports.getUserAgent = () => {
182-
return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`;
182+
return `BStack-Cypress-CLI/1.4.0 (${os.arch()}/${os.platform()}/${os.release()})`;
183183
};
184184

185185
exports.isAbsolute = (configPath) => {

0 commit comments

Comments
 (0)