Skip to content

Commit bd2ac47

Browse files
authored
chore: set dev version number (#4036)
Setting a dev version number of 3.3.1dev0 just to help people distinguish git main from the released version before we diverge too much in behaviour. Signed-off-by: Terri Oda <[email protected]>
1 parent e9fa646 commit bd2ac47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/version.py

Lines changed: 1 addition & 1 deletion
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.3"
11+
VERSION: str = "3.3.1dev0"
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)