Skip to content

Commit

Permalink
Bump json version to 0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: lorenzo-merici <[email protected]>
  • Loading branch information
lorenzo-merici authored and poiana committed Jan 12, 2024
1 parent f3a617f commit b450d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/json/pkg/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.7.1"
PluginVersion = "0.7.2"
)

type Plugin struct {
Expand Down

0 comments on commit b450d15

Please sign in to comment.