Skip to content

Commit c491590

Browse files
authored
chore: set version to 3.3rc2 for pre-release (#3750)
Signed-off-by: Terri Oda <[email protected]>
1 parent 095f0e2 commit c491590

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

99
from cve_bin_tool.log import LOGGER
1010

11-
VERSION: str = "3.3"
11+
VERSION: str = "3.3rc2"
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)