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 7a38610 commit c8ffe2aCopy full SHA for c8ffe2a
src/main/java/org/utplsql/api/JavaApiVersionInfo.java
@@ -14,5 +14,6 @@ public class JavaApiVersionInfo {
14
public static String getVersion() {
15
return MAVEN_PROJECT_VERSION + "." + BUILD_NO;
16
}
17
+ public static String getInfo() { return MAVEN_PROJECT_NAME + " " + getVersion(); }
18
19
0 commit comments