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 dfa1c34 commit 2c4944cCopy full SHA for 2c4944c
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.codingchili</groupId>
12
<artifactId>excelastic</artifactId>
13
- <version>1.3.5</version>
+ <version>1.3.6</version>
14
<build>
15
<plugins>
16
<plugin>
src/main/java/com/codingchili/ApplicationLauncher.java
@@ -21,7 +21,7 @@
21
*/
22
public class ApplicationLauncher {
23
private final ApplicationLogger logger = new ApplicationLogger(getClass());
24
- public static String VERSION = "1.3.5";
+ public static String VERSION = "1.3.6";
25
private Vertx vertx;
26
27
public static void main(String[] args) {
0 commit comments