diff --git a/.env b/.env index 5f995e8f..2085a046 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -APP_VERSION=0.0.4 +APP_VERSION=0.0.5 SPRING_PROFILES_ACTIVE=test diff --git a/Dockerfile b/Dockerfile index ed8f31a3..56448efe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN mkdir -p /home/app WORKDIR /home/app ##################### ARGS ##################### -ARG APP_VERSION=0.0.4 +ARG APP_VERSION=0.0.5 ##################### ENVS ##################### ENV SPRING_DATASOURCE_URL mysql diff --git a/pom.xml b/pom.xml index 236cda00..a28b02ff 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ tn.cita cita-backend-app - 0.0.4 + 0.0.5 cita backend app Demo project for Spring Boot jar