From e25655063c0751dab5dab6fb5e34b7f978f378d8 Mon Sep 17 00:00:00 2001 From: Robin Duda Date: Mon, 11 Feb 2019 16:15:51 +0100 Subject: [PATCH] set version number to 1.3.4 --- pom.xml | 2 +- src/main/java/com/codingchili/ApplicationLauncher.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b210c53..b0bf92e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.codingchili excelastic - 1.3.3 + 1.3.4 diff --git a/src/main/java/com/codingchili/ApplicationLauncher.java b/src/main/java/com/codingchili/ApplicationLauncher.java index bea93f2..3ad82af 100644 --- a/src/main/java/com/codingchili/ApplicationLauncher.java +++ b/src/main/java/com/codingchili/ApplicationLauncher.java @@ -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) {