Skip to content

Commit bea95c0

Browse files
committed
Version 4.1.0
1 parent 80a6e19 commit bea95c0

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
@@ -12,7 +12,7 @@
1212

1313
<name>telosys-tools-generic-model</name>
1414
<artifactId>telosys-tools-generic-model</artifactId>
15-
<version>4.0.0</version> <!-- also update version in GenericModelVersion.java -->
15+
<version>4.1.0</version> <!-- also update version in GenericModelVersion.java -->
1616
<packaging>jar</packaging>
1717

1818
<dependencies>

src/main/java/org/telosys/tools/generic/model/GenericModelVersion.java

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

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

2828
private GenericModelVersion() {
2929
}

0 commit comments

Comments
 (0)