Skip to content

Commit

Permalink
feat: update whatchanged to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 10, 2021
1 parent 742984e commit 8fe423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install-whatchanged.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getPlatform(p) {
}
}

const version = "v0.5.3";
const version = "v0.5.4";
const platform = getPlatform(_platform)
const arch = archMaps[_arch] ?? _arch;

Expand Down

0 comments on commit 8fe423a

Please sign in to comment.