Skip to content

Commit

Permalink
Xgo 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 19, 2019
1 parent 3eca19b commit dfbb63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/xgo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function run() {
try {
const repo = process.env['GITHUB_REPOSITORY'];
const root = path.join(__dirname, '..');
const xgo_version = '0.3.0';
const xgo_version = '0.3.1';
const go_version = core.getInput('go_version');
const dest = core.getInput('dest');
const prefix = core.getInput('prefix');
Expand Down
2 changes: 1 addition & 1 deletion src/xgo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function run() {
const repo = process.env['GITHUB_REPOSITORY'];
const root = path.join(__dirname, '..');

const xgo_version = '0.3.0';
const xgo_version = '0.3.1';
const go_version = core.getInput('go_version');
const dest = core.getInput('dest');
const prefix = core.getInput('prefix');
Expand Down

0 comments on commit dfbb63f

Please sign in to comment.