Skip to content

Commit 4ad240b

Browse files
authored
#104: Fixed the next release version in pom file (#106)
1 parent e9499ae commit 4ad240b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.exasol</groupId>
77
<artifactId>sql-statement-builder</artifactId>
8-
<version>4.3.0</version>
8+
<version>4.4.0</version>
99
<name>Exasol SQL Statement Builder</name>
1010
<description>This module provides a Builder for SQL statements that helps creating the correct structure and
1111
validates variable parts of the statements.

0 commit comments

Comments
 (0)