From 59963c4bcb51f8c4b01b3c7a2c56ca443d8b3395 Mon Sep 17 00:00:00 2001 From: DewGew Date: Fri, 29 Sep 2023 13:03:46 +0200 Subject: [PATCH] Update const.py --- const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.py b/const.py index e7f2d73..56636c4 100644 --- a/const.py +++ b/const.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Constants for Google Assistant.""" -VERSION = '1.23.10' +VERSION = '1.23.11' PUBLIC_URL = 'https://[your public url]' CONFIGFILE = 'config/config.yaml' LOGFILE = 'dzga.log'