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 61dea13 commit 59415ceCopy full SHA for 59415ce
pom.xml
@@ -13,7 +13,7 @@
13
14
<name>telosys-tools-api</name>
15
<artifactId>telosys-tools-api</artifactId>
16
- <version>4.0.1</version> <!-- also update version in JAVA file "TelosysApiVersion.java" -->
+ <version>4.1.0</version> <!-- also update version in JAVA file "TelosysApiVersion.java" -->
17
<packaging>jar</packaging>
18
19
<dependencies>
src/main/java/org/telosys/tools/api/TelosysApiVersion.java
@@ -23,7 +23,7 @@
23
*/
24
public class TelosysApiVersion {
25
26
- public static final String VERSION = "4.0.1" ;
+ public static final String VERSION = "4.1.0" ;
27
28
private TelosysApiVersion() {
29
}
0 commit comments