Skip to content

Commit

Permalink
Update app
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Dec 22, 2022
1 parent 0abd52a commit cbcbe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/service/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def read_region(self) -> dict[str, str]:
return {"region": os.environ.get("AWS_REGION", "Local")}

def read_version(self) -> dict[str, str]:
return {"version": "v0.1.3"}
return {"version": "v0.1.4"}

0 comments on commit cbcbe30

Please sign in to comment.