Skip to content

Commit

Permalink
version: 2024.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Sep 25, 2024
1 parent da9a0da commit 53dd9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myFox2Mqtt/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: "3"
services:
myfox2mqtt:
build: .
image: myfox2mqtt:v2024.9.1
image: myfox2mqtt:v2024.9.2
volumes:
- ./config:/config
2 changes: 1 addition & 1 deletion myFox2Mqtt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from myfox.sso import init_sso
from myfox.api import MyFoxApi

VERSION = "2024.9.1"
VERSION = "2024.9.2"


def myfox_loop(config, mqtt_client, api):
Expand Down

0 comments on commit 53dd9bc

Please sign in to comment.