Skip to content

Commit

Permalink
crypto hints: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke authored and maringuu committed Jun 27, 2024
1 parent ba2c5a9 commit b586eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/analysis/crypto_hints/code/crypto_hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
metadata = AnalysisPluginV0.MetaData(
name='crypto_hints',
description='find indicators of specific crypto algorithms',
version='0.2.0',
version='0.2.1',
Schema=AnalysisPlugin.Schema,
)
super().__init__(metadata=metadata)
Expand Down

0 comments on commit b586eb6

Please sign in to comment.