Skip to content

Commit 1111522

Browse files
committed
update jdbc-h2 to 1.3.175
1 parent ff12ced commit 1111522

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

jdbc-h2/History.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 1.3.175
2+
3+
* http://www.h2database.com/html/changelog.html for 1.3.175 (2013-01-18)
4+
15
=== 1.3.174
26

37
* http://www.h2database.com/html/changelog.html for 1.3.174 (2013-10-19)

jdbc-h2/lib/jdbc/h2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jdbc
22
module H2
3-
DRIVER_VERSION = '1.3.174'
3+
DRIVER_VERSION = '1.3.175'
44
VERSION = DRIVER_VERSION
55
end
66
end

0 commit comments

Comments
 (0)