From 7c62e8468ff1c834007d51f3dd3a0dafe8bf7b3c Mon Sep 17 00:00:00 2001 From: Alex Pascal Date: Wed, 20 Nov 2024 07:53:25 -0600 Subject: [PATCH] [Go] chore: Bumped version to 0.2.0. (#1348) --- go/internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/internal/version.go b/go/internal/version.go index 1d4fb091d..6b9f6247f 100644 --- a/go/internal/version.go +++ b/go/internal/version.go @@ -16,4 +16,4 @@ package internal // Version is the current tagged release of this module. // That is, it should match the value of the latest `go/v*` git tag. -const Version = "0.0.2" +const Version = "0.2.0"