diff --git a/go/internal/version.go b/go/internal/version.go index f679660c1c..749278a744 100644 --- a/go/internal/version.go +++ b/go/internal/version.go @@ -18,6 +18,6 @@ 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 = "1.0.5" +const Version = "1.1.0" const GENKIT_REFLECTION_API_SPEC_VERSION = 1