From bb112cccdf16df68e1dd267f3eacbbd0ae5ff419 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Sat, 4 Feb 2023 23:31:59 -0600 Subject: [PATCH] chore: Bump to 0.6.1 --- devices/externaldevice/hadiscovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/externaldevice/hadiscovery.go b/devices/externaldevice/hadiscovery.go index aacbdfc..d1f2c14 100644 --- a/devices/externaldevice/hadiscovery.go +++ b/devices/externaldevice/hadiscovery.go @@ -6,7 +6,7 @@ const DiscoveryPrefix = "homeassistant" // SWVersion is the software version. // TODO - Move this elsewhere maybe? -var SWVersion = "0.6.0" +var SWVersion = "0.6.1" var SoftwareName = "Homeassistant MQTT IOT"