Skip to content

Commit

Permalink
Update default SC version to 4.6.4 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Gonzalez authored Feb 26, 2021
1 parent 9e9b79e commit 231bf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import os from 'os'

import { version } from '../package.json'

export const DEFAULT_SAUCE_CONNECT_VERSION = '4.6.2'
export const DEFAULT_SAUCE_CONNECT_VERSION = '4.6.4'
export const SAUCE_CONNECT_BASE = 'https://saucelabs.com/downloads'
export const SAUCE_CONNECT_VERSIONS_ENDPOINT = 'https://saucelabs.com/versions.json'
export const SAUCE_CONNECT_DISTS = [
Expand Down

0 comments on commit 231bf31

Please sign in to comment.