Skip to content

Commit

Permalink
bump to 0.9.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Dec 20, 2020
1 parent dcb603b commit 8dbe4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
file: ./demo/Dockerfile
tags: |
benleb/automoli:latest
benleb/automoli:0.8.3
benleb/automoli:0.9.0b0
ghcr.io/benleb/ad-automoli:latest
ghcr.io/benleb/ad-automoli:0.8.3
ghcr.io/benleb/ad-automoli:0.9.0b0
platforms: |
linux/amd64
linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion apps/automoli/automoli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import hassapi as hass


__version__ = "0.8.3"
__version__ = "0.9.0b0"

APP_NAME = "AutoMoLi"
APP_ICON = "💡"
Expand Down

0 comments on commit 8dbe4f5

Please sign in to comment.