From 7bc7573e5d0366e3abe27a7f2dbd420858e5e8a6 Mon Sep 17 00:00:00 2001 From: Thomas Gorgolione Date: Sun, 2 Aug 2020 01:23:02 -0400 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0dc88f4..cffdaac 100644 --- a/main.py +++ b/main.py @@ -245,7 +245,7 @@ def ssdpServerProcess(address, port, uuid): LISTEN_ADDY = "0.0.0.0" LISTEN_PORT = "6077" - CURRENT_VERSION = "0.4.1" + CURRENT_VERSION = "0.4.2" DEVICE_UUID = "12345678" CONCURRENT_LISTENERS = 10