Skip to content

Commit

Permalink
Bumped OneAuth version to 1.36.0 (#8712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano authored Sep 30, 2021
1 parent fa80e82 commit 55a432d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { log } = require('./common');
*/

let packageName = null;
const packageVersion = process.env.ONEAUTH_VERSION || '1.15.0';
const packageVersion = process.env.ONEAUTH_VERSION || '1.36.0';

switch (process.platform) {
case 'darwin':
Expand Down

0 comments on commit 55a432d

Please sign in to comment.