Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Jul 14, 2022
1 parent d8f30d4 commit 606f1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def onStop():


def main():
_logger.info('Starting Hermes Led Control version 3.0.1')
_logger.info('Starting Hermes Led Control version 3.0.2')

signal.signal(signal.SIGINT, stopHandler)
signal.signal(signal.SIGTERM, stopHandler)
Expand Down

0 comments on commit 606f1ca

Please sign in to comment.