Skip to content

Commit

Permalink
chore: bump version to 3.4 (intel#4435)
Browse files Browse the repository at this point in the history
Had to do another pre-release to address a triage issue, but I'm hopeful
that next release really will be 3.4!

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko authored Sep 11, 2024
1 parent 07fe159 commit 4179705
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.4rc2"
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 4179705

Please sign in to comment.