From 9ac7a3db3070c816353f4f0b2618b2521f8dbb19 Mon Sep 17 00:00:00 2001 From: digitalec <31838395+digitalec@users.noreply.github.com> Date: Tue, 7 Mar 2023 23:11:30 -0500 Subject: [PATCH] bump version to 2.18.4 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index 9845469..a78dff1 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from deemon.utils import startup -__version__ = '2.18.3' +__version__ = '2.18.4' __dbversion__ = '3.7' appdata = startup.get_appdata_dir()