Skip to content

Commit 95a0fb8

Browse files
authored
bump min ver (#125)
1 parent 293e9b1 commit 95a0fb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "./constants";
1111
import { BinTarget } from "./lib";
1212

13-
const DEFAULT_CLI_VERSION = "0.12.2";
13+
const DEFAULT_CLI_VERSION = "0.12.5";
1414

1515
const fetchWithBackOff = async () =>
1616
await backOff(async () => {

0 commit comments

Comments
 (0)