Skip to content

Commit

Permalink
chore: bump version to 3.3rc3 for pre-release (#4011)
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko committed Apr 9, 2024
1 parent 693762a commit 83e30ee
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.3rc2"
VERSION: str = "3.3rc3"

HTTP_HEADERS: dict = {
"User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",
Expand Down

0 comments on commit 83e30ee

Please sign in to comment.