From 2667058fc091a346f9426ac046833d251c0d18c4 Mon Sep 17 00:00:00 2001 From: Alexander Knipping Date: Fri, 19 Jan 2024 14:46:30 +0100 Subject: [PATCH] chore: bump to v0.5.2.3 --- internal/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/constants.go b/internal/constants.go index 3ec7946..f8ff01c 100644 --- a/internal/constants.go +++ b/internal/constants.go @@ -7,5 +7,5 @@ const ( // InstrumentationVersion is the version of the otelpgx library. This will // be used as an attribute on each span. - InstrumentationVersion = "v0.5.2" + InstrumentationVersion = "v0.5.3" )