Skip to content

Commit

Permalink
Use correct release date
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Aug 24, 2022
1 parent 673cd08 commit 86f5db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _create_dir(location):
__version__ = '31.0.2'

# used to warn user when the version is out of date
__release_date__ = datetime.datetime(2022, 8, 17)
__release_date__ = datetime.datetime(2022, 8, 24)

# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
# on the data format version
Expand Down

0 comments on commit 86f5db7

Please sign in to comment.