Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulianttila committed Jun 13, 2023
1 parent 01f4557 commit 2a6aebf
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 @@ -63,7 +63,7 @@ def init(self, callbacks: Callbacks) -> None:
self.giid = None

def get_version(self) -> str:
return "2.0.1"
return "2.0.2"

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

0 comments on commit 2a6aebf

Please sign in to comment.