Skip to content

Commit 2c4944c

Browse files
author
Robin Duda
committed
set version for release 1.3.6.
1 parent dfa1c34 commit 2c4944c

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.codingchili</groupId>
1212
<artifactId>excelastic</artifactId>
13-
<version>1.3.5</version>
13+
<version>1.3.6</version>
1414
<build>
1515
<plugins>
1616
<plugin>

src/main/java/com/codingchili/ApplicationLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
public class ApplicationLauncher {
2323
private final ApplicationLogger logger = new ApplicationLogger(getClass());
24-
public static String VERSION = "1.3.5";
24+
public static String VERSION = "1.3.6";
2525
private Vertx vertx;
2626

2727
public static void main(String[] args) {

0 commit comments

Comments
 (0)