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.
1 parent c8c1a5b commit 494a733Copy full SHA for 494a733
jdbc-mysql/lib/jdbc/mysql/version.rb
@@ -1,6 +1,6 @@
1
module Jdbc
2
module MySQL
3
DRIVER_VERSION = '9.1.0'
4
- VERSION = DRIVER_VERSION
+ VERSION = DRIVER_VERSION + '.1'
5
end
6
0 commit comments