Skip to content

Commit 05d163a

Browse files
committed
Bump output format to v3
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 18aca01 commit 05d163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _create_dir(location):
8484

8585
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
8686
# on the data format version
87-
__output_format_version__ = '2.0.0'
87+
__output_format_version__ = '3.0.0'
8888

8989
#
9090
spdx_license_list_version = '3.17'

0 commit comments

Comments
 (0)