diff --git a/version.go b/version.go index 2ceca1e..f7e9ddf 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package otelsql // Version is the current release version of the otelsql instrumentation. func Version() string { - return "0.3.2" + return "0.3.3" } // SemVersion is the semantic version to be supplied to tracer/meter creation.