From a91624fde8f1354b6aa61b8b652f48d9b66c3ecc Mon Sep 17 00:00:00 2001 From: Alex Pascal Date: Thu, 2 Oct 2025 13:13:45 -0700 Subject: [PATCH] Update version.go --- 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 8dc50fca83..f679660c1c 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.4" +const Version = "1.0.5" const GENKIT_REFLECTION_API_SPEC_VERSION = 1