From b72d6bf9dbfa6a509eb7e3a3f45545061eb055fe Mon Sep 17 00:00:00 2001 From: drodriguezhdez Date: Thu, 20 Feb 2020 16:55:33 +0100 Subject: [PATCH] Update Scope version --- dist/index.js | 2 +- src/scope-for-maven.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8a7ffc2..9a3c052 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3453,7 +3453,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); const core = __importStar(__webpack_require__(310)); const executor = __importStar(__webpack_require__(826)); const exec = __importStar(__webpack_require__(230)); -const SCOPE_AGENT_VERSION = "0.2.4"; +const SCOPE_AGENT_VERSION = "0.3.0"; function run() { return __awaiter(this, void 0, void 0, function* () { try { diff --git a/src/scope-for-maven.ts b/src/scope-for-maven.ts index e60ecd7..c391c2d 100644 --- a/src/scope-for-maven.ts +++ b/src/scope-for-maven.ts @@ -2,7 +2,7 @@ import * as core from '@actions/core' import * as executor from './executor' import * as exec from "@actions/exec"; -const SCOPE_AGENT_VERSION = "0.2.4"; +const SCOPE_AGENT_VERSION = "0.3.0"; async function run() { try {