Skip to content

Commit 59415ce

Browse files
committed
Version 4.1.0
1 parent 61dea13 commit 59415ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>telosys-tools-api</name>
1515
<artifactId>telosys-tools-api</artifactId>
16-
<version>4.0.1</version> <!-- also update version in JAVA file "TelosysApiVersion.java" -->
16+
<version>4.1.0</version> <!-- also update version in JAVA file "TelosysApiVersion.java" -->
1717
<packaging>jar</packaging>
1818

1919
<dependencies>

src/main/java/org/telosys/tools/api/TelosysApiVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class TelosysApiVersion {
2525

26-
public static final String VERSION = "4.0.1" ;
26+
public static final String VERSION = "4.1.0" ;
2727

2828
private TelosysApiVersion() {
2929
}

0 commit comments

Comments
 (0)