Version bump for (deprecated) custom updater

This commit is contained in:
Clayton Nummer 2020-03-07 10:16:13 -05:00
commit abe47adc86
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ from homeassistant.util.dt import utcnow as dt_utcnow, as_local
from datetime import datetime, timedelta
VERSION = '1.0.11b'
VERSION = '1.0.11'
_LOGGER = logging.getLogger(__name__)