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 628a8a6 commit 475c86eCopy full SHA for 475c86e
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.3.1dev0"
+VERSION: str = "3.4rc0"
12
13
HTTP_HEADERS: dict = {
14
"User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",
0 commit comments