Skip to content

Commit 821c850

Browse files
merge main
2 parents d3eaaed + 2cec502 commit 821c850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { InternalServerOptions, MySQLVersion } from "../../types";
22
import * as os from 'os'
33
import { satisfies, coerce } from "semver";
44

5-
export default function getBinaryURL(versions: MySQLVersion[], versionToGet: string = "9.x", options: InternalServerOptions) {
5+
export default function getBinaryURL(versions: MySQLVersion[], versionToGet: string = "x", options: InternalServerOptions) {
66
let availableVersions = versions;
77

88
availableVersions = availableVersions.filter(v => v.arch === options.arch)

0 commit comments

Comments
 (0)