Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Update Scope version
Browse files Browse the repository at this point in the history
  • Loading branch information
drodriguezhdez committed Feb 20, 2020
1 parent f11d7fb commit b72d6bf
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 @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/scope-for-maven.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b72d6bf

Please sign in to comment.