We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0580049 commit f92f15bCopy full SHA for f92f15b
cve_bin_tool/version.py
@@ -8,7 +8,7 @@
8
from cve_bin_tool.log import LOGGER
9
from cve_bin_tool.util import make_http_requests
10
11
-VERSION: str = "3.4.1rc0"
+VERSION: str = "3.4.1"
12
13
HTTP_HEADERS: dict = {
14
"User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",
0 commit comments