From 88374dda5773f8400500a9eba81ce7a491f2b4d6 Mon Sep 17 00:00:00 2001 From: Thomas Gorgolione Date: Sun, 7 Jun 2020 12:35:06 -0400 Subject: [PATCH] Ditto --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 18ffe46..0dc88f4 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.0" + CURRENT_VERSION = "0.4.1" DEVICE_UUID = "12345678" CONCURRENT_LISTENERS = 10