From 5a1db2c0d43847c4191239a42fb2391252c9e86f Mon Sep 17 00:00:00 2001 From: AresValley Date: Fri, 30 Sep 2022 22:33:25 +0200 Subject: [PATCH] Updated version info --- src/artemis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/artemis.py b/src/artemis.py index d6e80ba..4f670f5 100644 --- a/src/artemis.py +++ b/src/artemis.py @@ -64,7 +64,7 @@ import loggingconf # noqa 401 # import default_imgs_rc -__LATEST_VERSION__ = "3.2.3" +__LATEST_VERSION__ = "3.2.4" if IS_BINARY: __VERSION__ = __LATEST_VERSION__