From c2554ab3b128adbe08e664a40e77ec2abf8715c3 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 26 Sep 2024 10:26:28 +0000 Subject: [PATCH] v3.1.1 --- floss/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floss/version.py b/floss/version.py index 9319ea626..15f4e05c4 100644 --- a/floss/version.py +++ b/floss/version.py @@ -1,3 +1,3 @@ # Copyright (C) 2017 Mandiant, Inc. All Rights Reserved. # caution: this file gets overwritten when building using PyInstaller, don't add required data in here without handling -__version__ = "3.1.0" +__version__ = "3.1.1"