Skip to content

Commit be1ce76

Browse files
committed
Change Driver version major/minor
1 parent 8a9b904 commit be1ce76

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE-NOTES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ The AceQL Client JDBC Driver is licensed under the Apache 2.0
1919
License.
2020

2121

22+
AceQL Client JDBC Driver - Version 9.4 - 12-Aug-2023
23+
----------------------------------------------------
24+
25+
What's new:
26+
- You can now define a maximum number of retries for failed HTTP calls,
27+
with a configurable delay between each retry.
28+
29+
2230
AceQL Client JDBC Driver - Version 9.3 - 02-Mar-2023
2331
----------------------------------------------------
2432

src/main/java/com/aceql/jdbc/driver/free/AceQLDriver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public int getMajorVersion() {
371371
*/
372372
@Override
373373
public int getMinorVersion() {
374-
return 3;
374+
return 4;
375375
}
376376

377377
/**

0 commit comments

Comments
 (0)