We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a59f5 commit 0a5fdc3Copy full SHA for 0a5fdc3
cve_bin_tool/version.py
@@ -9,7 +9,7 @@
9
10
from cve_bin_tool.log import LOGGER
11
12
-VERSION: str = "2.1"
+VERSION: str = "2.2"
13
14
15
def check_latest_version():
doc/conf.py
@@ -25,7 +25,7 @@
25
break
26
27
project = "CVE Binary Tool"
28
-copyright = "2020, Terri Oda"
+copyright = "2021, Intel Corporation"
29
author = "Terri Oda"
30
31
# The full version, including alpha/beta/rc tags
0 commit comments