Skip to content

Commit

Permalink
upgrades pyenv to 2.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Nov 7, 2023
1 parent 0f83c8c commit 35841bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13481,7 +13481,7 @@ function wrappy (fn, cb) {

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.PYENV_VERSION = void 0;
exports.PYENV_VERSION = '2.3.23';
exports.PYENV_VERSION = '2.3.28';


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PYENV_VERSION: string = '2.3.23';
export const PYENV_VERSION: string = '2.3.28';

0 comments on commit 35841bc

Please sign in to comment.