From 5ce140fb41307b10ea4e8c7ec76bdcc7d97f2e8d Mon Sep 17 00:00:00 2001 From: cclecle Date: Wed, 8 Jun 2022 01:21:21 +0200 Subject: [PATCH] DEV -update version string --- ChaChaIPToCountryDaemon/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaChaIPToCountryDaemon/_version.py b/ChaChaIPToCountryDaemon/_version.py index 20a5c78..e0380b5 100644 --- a/ChaChaIPToCountryDaemon/_version.py +++ b/ChaChaIPToCountryDaemon/_version.py @@ -8,4 +8,4 @@ You should have received a copy of the license along with this work. If not, see . """ -__version__ = "0.2.1" \ No newline at end of file +__version__ = "0.2.2" \ No newline at end of file