diff --git a/README.rst b/README.rst index 2adfceb0d..7d703ba47 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ This GitHub Action allows using pyenv in your build. Features: ========= -- Installs pyenv ``2.2.4``. +- Installs pyenv ``2.3.0``. - Exports `PYENV_ROOT `_ environment variable. - Injects ``$PYENV_ROOT/bin`` in the PATH. - Injects `pyenv shims `_ in the PATH. diff --git a/dist/index.js b/dist/index.js index 797b5499b..001fac0a4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9444,7 +9444,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PYENV_VERSION = void 0; -exports.PYENV_VERSION = '2.2.4'; +exports.PYENV_VERSION = '2.3.0'; /***/ }), diff --git a/src/defaults.ts b/src/defaults.ts index d51460e22..b768d5e9b 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -1 +1 @@ -export const PYENV_VERSION: string = '2.2.4'; +export const PYENV_VERSION: string = '2.3.0';