aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index adeee9e..8824c3b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
FROM openjdk:8-jre-alpine
ARG SERVER_PORT
-ARG PKG_FILENAME=nbi-rest-services-4.0.0.jar
+ARG PKG_FILENAME=nbi-rest-services-4.0.1-SNAPSHOT.jar
ADD target/$PKG_FILENAME app.jar
RUN addgroup -S appgroup
diff --git a/version.properties b/version.properties
index 7a5aafd..54c8963 100644
--- a/version.properties
+++ b/version.properties
@@ -20,7 +20,7 @@
major = 4
minor = 0
-patch = 0
+patch = 1
base_version = ${major}.${minor}.${patch}