Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading