diff --git a/custom_components/webrtc/utils.py b/custom_components/webrtc/utils.py index f667eeb7..b793e779 100644 --- a/custom_components/webrtc/utils.py +++ b/custom_components/webrtc/utils.py @@ -25,7 +25,7 @@ DOMAIN = "webrtc" -BINARY_VERSION = "1.9.8" +BINARY_VERSION = "1.9.9" SYSTEM = { "Windows": {"AMD64": "go2rtc_win64.zip", "ARM64": "go2rtc_win_arm64.zip"},