We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74d4e5 commit 8c94b63Copy full SHA for 8c94b63
src/libraries/Version.ts
@@ -2,7 +2,7 @@ import { MySQLVersion } from "../../types";
2
import * as os from 'os'
3
import { satisfies, coerce } from "semver";
4
5
-export default function getBinaryURL(versions: MySQLVersion[], versionToGet: string = "9.x") {
+export default function getBinaryURL(versions: MySQLVersion[], versionToGet: string = "x") {
6
let availableVersions = versions;
7
8
availableVersions = availableVersions.filter(v => v.arch === process.arch)
0 commit comments