Skip to content

Commit 0dead45

Browse files
authored
chore(go): increment version (#2907)
1 parent d17bcc2 commit 0dead45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ package internal
1818

1919
// Version is the current tagged release of this module.
2020
// That is, it should match the value of the latest `go/v*` git tag.
21-
const Version = "0.5.3"
21+
const Version = "0.5.4"
2222

2323
const GENKIT_REFLECTION_API_SPEC_VERSION = 1

0 commit comments

Comments
 (0)