From 219024567569767c24f0248d688f38bf9925cb30 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 9 Sep 2022 00:39:59 +0200 Subject: [PATCH] Version fix. --- bin/uplink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/uplink b/bin/uplink index f327cb4..627a0da 100755 --- a/bin/uplink +++ b/bin/uplink @@ -48,7 +48,7 @@ MINOR changes are "just-in-time" changes or small enhancements which should not documentation. FIXES should never affect anything else then stability or security. """ -__version__ = '0.8.4.0' +__version__ = '0.8.4.1' __author__ = 'Johannes Findeisen ' logger = logging.getLogger('uplink')