diff --git a/go/internal/version.go b/go/internal/version.go index aa78ddd40d..8dc50fca83 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.3" +const Version = "1.0.4" const GENKIT_REFLECTION_API_SPEC_VERSION = 1