From c61aebee0af93db7bf5a951d51724e4f0930049b Mon Sep 17 00:00:00 2001 From: Bolek <1416262+bolekk@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:46:21 -0800 Subject: [PATCH] Default to version 1.1.0 of Streams Trigger (#932) --- pkg/capabilities/triggers/mercury_trigger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/capabilities/triggers/mercury_trigger.go b/pkg/capabilities/triggers/mercury_trigger.go index 6c521e3e5..a7ec78e38 100644 --- a/pkg/capabilities/triggers/mercury_trigger.go +++ b/pkg/capabilities/triggers/mercury_trigger.go @@ -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