Skip to content

Commit 4179705

Browse files
authored
chore: bump version to 3.4 (#4435)
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 <[email protected]>
1 parent 07fe159 commit 4179705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from cve_bin_tool.log import LOGGER
99
from cve_bin_tool.util import make_http_requests
1010

11-
VERSION: str = "3.4rc2"
11+
VERSION: str = "3.4"
1212

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

0 commit comments

Comments
 (0)