Skip to content

Commit

Permalink
update(plugin/github): bump version to 0.3.1
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 Jul 18, 2022
1 parent cf809fa commit 1bf3df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/github/pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
PluginName = "github"
PluginDescription = "Reads github webhook events, by listening on a socket or by reading events from disk"
PluginContact = "github.com/falcosecurity/plugins"
PluginVersion = "0.3.0"
PluginVersion = "0.3.1"
PluginEventSource = "github"
ExtractEventSource = "github"
)
Expand Down

0 comments on commit 1bf3df4

Please sign in to comment.