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.
2 parents d3eaaed + 2cec502 commit 821c850Copy full SHA for 821c850
src/libraries/Version.ts
@@ -2,7 +2,7 @@ import { InternalServerOptions, 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", options: InternalServerOptions) {
+export default function getBinaryURL(versions: MySQLVersion[], versionToGet: string = "x", options: InternalServerOptions) {
6
let availableVersions = versions;
7
8
availableVersions = availableVersions.filter(v => v.arch === options.arch)
0 commit comments