From 7a919a5967dab7873e52902a808b70e2d43daaa9 Mon Sep 17 00:00:00 2001 From: Calin Martinconi Date: Thu, 13 Jun 2024 14:29:23 +0300 Subject: [PATCH] chore: bump protocol patch version --- pkg/status/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/status/status.go b/pkg/status/status.go index fa0dd3d4b90..d8106b4e4fb 100644 --- a/pkg/status/status.go +++ b/pkg/status/status.go @@ -22,7 +22,7 @@ const loggerName = "status" const ( protocolName = "status" - protocolVersion = "1.1.0" + protocolVersion = "1.1.1" streamName = "status" )