We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b051df commit 07fe159Copy full SHA for 07fe159
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"
+VERSION: str = "3.4rc2"
12
13
HTTP_HEADERS: dict = {
14
"User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",
0 commit comments