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 1514834 commit facc543Copy full SHA for facc543
src/main/java/org/utplsql/api/compatibility/CompatibilityProxy.java
@@ -24,7 +24,7 @@
24
public class CompatibilityProxy {
25
26
public static final String UTPLSQL_API_VERSION = "3.1.0";
27
- public static final String UTPLSQL_COMPATIBILITY_VERSION = "3.0";
+ public static final String UTPLSQL_COMPATIBILITY_VERSION = "3";
28
29
private Version databaseVersion;
30
private boolean compatible = false;
0 commit comments