diff --git a/dist/index.js b/dist/index.js index 99e492333..89c55490c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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'; /***/ }), diff --git a/src/defaults.ts b/src/defaults.ts index 066e2a561..3b893f3f2 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -1 +1 @@ -export const PYENV_VERSION: string = '2.3.23'; +export const PYENV_VERSION: string = '2.3.28';