From 5e309d5be670a202578378baacf07f0bc14f33f4 Mon Sep 17 00:00:00 2001 From: Artyom Antonov Date: Wed, 11 Sep 2024 17:04:10 +0500 Subject: [PATCH] bump version to 0.11.8 --- carbon-clickhouse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon-clickhouse.go b/carbon-clickhouse.go index 75cfed87..a45a1133 100644 --- a/carbon-clickhouse.go +++ b/carbon-clickhouse.go @@ -22,7 +22,7 @@ import ( ) // Version of carbon-clickhouse -const Version = "0.11.7" +const Version = "0.11.8" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr)