Skip to content

Commit

Permalink
0.179.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-sauce-bot committed Jul 17, 2024
1 parent 2451843 commit 831d42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');
const { BinWrapper } = require('@saucelabs/bin-wrapper');
const { Writable } = require('stream');

const version = '0.179.0';
const version = '0.179.1';
const defaultBinInstallBase =
'https://github.com/saucelabs/saucectl/releases/download';
const binWrapper = (binInstallURL = null, binInstallBase = null) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saucectl",
"version": "0.179.0",
"version": "0.179.1",
"description": "Node.js wrapper for saucectl",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 831d42d

Please sign in to comment.