You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix gulp script to change version in the correct file
Command `gulp set --version <VERSION>` was meant to change version in
`version.js` which is later used in driver's user agent. However it tried to
modify `package.json` file instead of `version.js`.
This commit makes it operate on the correct file.
0 commit comments