diff --git a/dist/index.js b/dist/index.js index f1d0265..d61e31b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13535,7 +13535,7 @@ const exec = __importStar(__nccwpck_require__(1514)); // Define constants const GRUNTWORK_GITHUB_ORG = "gruntwork-io"; const PATCHER_GITHUB_REPO = "patcher-cli"; -const PATCHER_VERSION = "v0.9.3"; +const PATCHER_VERSION = "v0.9.5"; const TERRAPATCH_GITHUB_REPO = "terrapatch-cli"; const TERRAPATCH_VERSION = "v0.1.6"; const HCLEDIT_ORG = "minamijoyo"; diff --git a/package.json b/package.json index 64da226..3000568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patcher-action", - "version": "0.2.2", + "version": "0.2.3", "description": "Run Patcher by Gruntwork.io", "main": "index.js", "repository": "git@github.com:gruntwork-io/patcher-action.git", diff --git a/src/action.ts b/src/action.ts index 5c9d7d4..461654a 100644 --- a/src/action.ts +++ b/src/action.ts @@ -11,7 +11,7 @@ import { Api as GitHub } from "@octokit/plugin-rest-endpoint-methods/dist-types/ const GRUNTWORK_GITHUB_ORG = "gruntwork-io"; const PATCHER_GITHUB_REPO = "patcher-cli"; -const PATCHER_VERSION = "v0.9.3"; +const PATCHER_VERSION = "v0.9.5"; const TERRAPATCH_GITHUB_REPO = "terrapatch-cli"; const TERRAPATCH_VERSION = "v0.1.6";