From 34ceca5151e91db1a087523efca9c1c96608706b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 13:33:04 +0000 Subject: [PATCH] Release v0.3.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 8b7b553..9b25ee8 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.2.2" + return "0.3.0" } // SemVersion is the semantic version to be supplied to tracer/meter creation.