Skip to content

Commit ddbe715

Browse files
add version 9.0.1
1 parent 230b032 commit ddbe715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const DOWNLOADABLE_MYSQL_VERSIONS = [
127127

128128
'8.4.0', '8.4.1', '8.4.2', '8.4.3', '8.4.4',
129129

130-
'9.0.0', '9.1.0', '9.2.0'
130+
'9.0.0', '9.0.1', '9.1.0', '9.2.0'
131131
] as const;
132132
export const MYSQL_ARCH_SUPPORT = {
133133
darwin: {

0 commit comments

Comments
 (0)