Skip to content

Commit

Permalink
update(plugins/json): bumo plugin version to 0.6.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce authored and poiana committed Sep 7, 2022
1 parent 3a6b9ec commit 6c38f20
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 @@ -39,7 +39,7 @@ const (
PluginName = "json"
PluginDescription = "implements extracting arbitrary fields from inputs formatted as JSON"
PluginContact = "github.com/falcosecurity/plugins/"
PluginVersion = "0.5.0"
PluginVersion = "0.6.0-rc1"
)

type Plugin struct {
Expand Down

0 comments on commit 6c38f20

Please sign in to comment.