From 49c6af4b0ad788a4b2cbc8938612c8365e5c2f8e Mon Sep 17 00:00:00 2001 From: Joachim Baumann Date: Wed, 16 Mar 2022 10:59:35 +0100 Subject: [PATCH] bumped the version number for the next release --- daemon/attiny_daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/attiny_daemon.py b/daemon/attiny_daemon.py index 8795e51..0b5d9a3 100755 --- a/daemon/attiny_daemon.py +++ b/daemon/attiny_daemon.py @@ -18,8 +18,8 @@ # Version information major = 2 -minor = 13 -patch = 1 +minor = 14 +patch = 0 # config file is in the same directory as the script: _configfile_default = str(Path(__file__).parent.absolute()) + "/attiny_daemon.cfg"