Skip to content

Commit

Permalink
Update version for botched 9.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 14, 2024
1 parent c8c1a5b commit 494a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbc-mysql/lib/jdbc/mysql/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Jdbc
module MySQL
DRIVER_VERSION = '9.1.0'
VERSION = DRIVER_VERSION
VERSION = DRIVER_VERSION + '.1'
end
end

0 comments on commit 494a733

Please sign in to comment.