diff --git a/.env b/.env
index a62e894f..b1badd04 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
-APP_VERSION=0.0.5
+APP_VERSION=0.0.9
SPRING_PROFILES_ACTIVE=staging
diff --git a/Dockerfile b/Dockerfile
index cd6c07b3..b128ebdb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ RUN mkdir -p /home/app
WORKDIR /home/app
##################### ARGS #####################
-ARG APP_VERSION=0.0.5
+ARG APP_VERSION=0.0.9
##################### ENVS #####################
ENV SPRING_DATASOURCE_URL mysql
diff --git a/pom.xml b/pom.xml
index 57637942..4a7c7f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
tn.cita
cita-backend-app
- 0.0.5
+ 0.0.9
cita backend app
Demo project for Spring Boot
jar