Skip to content

Commit

Permalink
Incresed version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulianttila committed Jul 10, 2023
1 parent 3a69286 commit 43e4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def init(self, callbacks: Callbacks) -> None:
)

def get_version(self) -> str:
return "2.2.0"
return "2.2.1"

def stop(self) -> None:
self.logger.debug("Exit")
Expand Down

0 comments on commit 43e4e39

Please sign in to comment.