Skip to content

Commit

Permalink
update(plugins/json): bump json plugin version to 0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
3 people authored and poiana committed Jan 27, 2022
1 parent ea1362f commit 4802896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
PluginName = "json"
PluginDescription = "implements extracting arbitrary fields from inputs formatted as JSON"
PluginContact = "github.com/falcosecurity/plugins/"
PluginVersion = "0.2.1"
PluginVersion = "0.2.2"
)

type MyPlugin struct {
Expand Down

0 comments on commit 4802896

Please sign in to comment.