From 4c988cfa9d9df50e99a5ee0af9b0420f793c8bd1 Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Fri, 23 Aug 2024 11:16:49 -0700 Subject: [PATCH] chore: bump version to 3.4rc1 Getting the version bump in a bit earlier this time so I can ask for it to be approved alongside what I hope are the last PRs to go in before 3.4. Signed-off-by: Terri Oda --- cve_bin_tool/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve_bin_tool/version.py b/cve_bin_tool/version.py index bf156c21a5..ce3bb5f716 100644 --- a/cve_bin_tool/version.py +++ b/cve_bin_tool/version.py @@ -8,7 +8,7 @@ from cve_bin_tool.log import LOGGER from cve_bin_tool.util import make_http_requests -VERSION: str = "3.4rc0" +VERSION: str = "3.4rc1" HTTP_HEADERS: dict = { "User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",