From e26d5f1eb1fd458cf4445b3e6e7ce78a6ea409eb Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Mon, 14 Sep 2020 17:38:06 +0530 Subject: [PATCH] Bumping the user-agent to 1.4.0 --- bin/helpers/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/helpers/utils.js b/bin/helpers/utils.js index 7e967370..9b4a7c3a 100644 --- a/bin/helpers/utils.js +++ b/bin/helpers/utils.js @@ -179,7 +179,7 @@ exports.isParallelValid = (value) => { } exports.getUserAgent = () => { - return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`; + return `BStack-Cypress-CLI/1.4.0 (${os.arch()}/${os.platform()}/${os.release()})`; }; exports.isAbsolute = (configPath) => {