Skip to content

Commit

Permalink
Default to version 1.1.0 of Streams Trigger (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolekk authored Nov 11, 2024
1 parent d37df61 commit c61aebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/capabilities/triggers/mercury_trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
defaultCapabilityName = "streams-trigger"
defaultCapabilityVersion = "1.0.0"
defaultCapabilityVersion = "1.1.0"
defaultTickerResolutionMs = 1000
// TODO pending capabilities configuration implementation - this should be configurable with a sensible default
defaultSendChannelBufferSize = 1000
Expand Down

0 comments on commit c61aebe

Please sign in to comment.