diff --git a/internal/constants.go b/internal/constants.go index b07a5c1..e57a5a8 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.2.0" + InstrumentationVersion = "v0.2.1" )