diff --git a/cve_bin_tool/version.py b/cve_bin_tool/version.py index ce3bb5f716..a67def4c2c 100644 --- a/cve_bin_tool/version.py +++ b/cve_bin_tool/version.py @@ -8,7 +8,7 @@ from cve_bin_tool.log import LOGGER from cve_bin_tool.util import make_http_requests -VERSION: str = "3.4rc1" +VERSION: str = "3.4" HTTP_HEADERS: dict = { "User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",