Bump HA version to 0.72.1

This commit is contained in:
Correl Roush 2018-06-29 10:07:35 -04:00
parent 4d57d538c0
commit e09c475e2a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.70.1
0.72.1

View File

@ -9,7 +9,7 @@ HASS = docker run -it --rm \
--config /config
.PHONY: test
test:
test: pull
@$(HASS) --script check_config --files
.PHONY: run stop destroy pull deploy upgrade