Skip to content

Commit

Permalink
fix version in in const.py (0.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dummylabs committed Jun 21, 2024
1 parent 5150a8b commit 50f7671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/watchman/const.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"definition of constants"

from homeassistant.const import Platform

DOMAIN = "watchman"
DOMAIN_DATA = "watchman_data"
VERSION = "0.6.1"
VERSION = "0.6.2"

DEFAULT_REPORT_FILENAME = "watchman_report.txt"
DEFAULT_HEADER = "-== WATCHMAN REPORT ==- "
Expand Down

0 comments on commit 50f7671

Please sign in to comment.