Skip to content

Commit 0a5fdc3

Browse files
authored
Version and year bump for 2.2 release. (#1234)
Signed-off-by: Terri Oda <[email protected]>
1 parent 72a59f5 commit 0a5fdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cve_bin_tool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from cve_bin_tool.log import LOGGER
1111

12-
VERSION: str = "2.1"
12+
VERSION: str = "2.2"
1313

1414

1515
def check_latest_version():

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
break
2626

2727
project = "CVE Binary Tool"
28-
copyright = "2020, Terri Oda"
28+
copyright = "2021, Intel Corporation"
2929
author = "Terri Oda"
3030

3131
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)