Skip to content
Snippets Groups Projects
Unverified Commit 10f556c4 authored by Anze Luzar's avatar Anze Luzar Committed by GitHub
Browse files

Update version string to 0.1.9

parent 43f1d84a
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ app = FastAPI( ...@@ -18,7 +18,7 @@ app = FastAPI(
docs_url="/swagger", docs_url="/swagger",
title="IaC Scan Runner REST API", title="IaC Scan Runner REST API",
description="Service that scans your Infrastructure as Code for common vulnerabilities", 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', "/") root_path=os.getenv('ROOT_PATH', "/")
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment