Skip to content

Commit

Permalink
set version number to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Feb 11, 2019
1 parent fd09592 commit e256550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.codingchili</groupId>
<artifactId>excelastic</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/codingchili/ApplicationLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public class ApplicationLauncher {
private final ApplicationLogger logger = new ApplicationLogger(getClass());
public static String VERSION = "1.3.3";
public static String VERSION = "1.3.4";
private Vertx vertx;

public static void main(String[] args) {
Expand Down

0 comments on commit e256550

Please sign in to comment.