Skip to content

Commit

Permalink
chore: bump version for 3.4 release (intel#4416)
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko committed Sep 4, 2024
1 parent b893616 commit cbf9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/)",
Expand Down

0 comments on commit cbf9f2b

Please sign in to comment.