From f0b246695683035403954988aec7974d06fe597a Mon Sep 17 00:00:00 2001 From: nhatthm-bot <105750906+nhatthm-bot@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:57:54 +0000 Subject: [PATCH] Release v0.6.1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index bde2c24..4d848cd 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.5.0" + return "0.6.1" } // SemVersion is the semantic version to be supplied to tracer/meter creation.