diff --git a/src/iac_scan_runner/api.py b/src/iac_scan_runner/api.py
index 9c29ecd2a36dce3d1e67fd85e4c35a1b72d20c38..da2c6ffdad408a637bd26e720462fd1f13d9da42 100644
--- a/src/iac_scan_runner/api.py
+++ b/src/iac_scan_runner/api.py
@@ -18,7 +18,7 @@ app = FastAPI(
     docs_url="/swagger",
     title="IaC Scan Runner REST API",
     description="Service that scans your Infrastructure as Code for common vulnerabilities",
-    version="0.1.6",
+    version="0.1.9",
     root_path=os.getenv('ROOT_PATH', "/")
 )