Skip to content

Commit db1ac5c

Browse files
committed
Update MySQL Connector/C version for Windows
1 parent f271bdc commit db1ac5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/vendor_mysql.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'rake/clean'
22
require 'rake/extensioncompiler'
33

4-
CONNECTOR_VERSION = "6.1.6" # NOTE: Track the upstream version from time to time
4+
CONNECTOR_VERSION = "6.1.9" # NOTE: Track the upstream version from time to time
55

66
def vendor_mysql_platform(platform = nil)
77
platform ||= RUBY_PLATFORM

0 commit comments

Comments
 (0)