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"