Skip to content

Commit facc543

Browse files
committed
java-api should be compatible with all major core versions
1 parent 1514834 commit facc543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/utplsql/api/compatibility/CompatibilityProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class CompatibilityProxy {
2525

2626
public static final String UTPLSQL_API_VERSION = "3.1.0";
27-
public static final String UTPLSQL_COMPATIBILITY_VERSION = "3.0";
27+
public static final String UTPLSQL_COMPATIBILITY_VERSION = "3";
2828

2929
private Version databaseVersion;
3030
private boolean compatible = false;

0 commit comments

Comments
 (0)