From 71a6c37528b627710d6d7bbac365b2c8f16a5a68 Mon Sep 17 00:00:00 2001 From: nhatthm-bot <105750906+nhatthm-bot@users.noreply.github.com> Date: Sun, 10 Mar 2024 09:54:49 +0000 Subject: [PATCH] Release v0.13.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index e12b3aa..2f80fbf 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.12.0" + return "0.13.0" } // SemVersion is the semantic version to be supplied to tracer/meter creation.