Skip to content

Commit

Permalink
chore: bump version to 3.4rc0 for pre-release (#4357)
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko authored Aug 20, 2024
1 parent 628a8a6 commit 475c86e
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.3.1dev0"
VERSION: str = "3.4rc0"

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

0 comments on commit 475c86e

Please sign in to comment.