Skip to content

Commit

Permalink
chore: bump version to 3.3 for upcoming release (#4019)
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 Apr 11, 2024
1 parent c012fb2 commit 2e1b844
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.3rc3"
VERSION: str = "3.3"

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

0 comments on commit 2e1b844

Please sign in to comment.