fix goreleaser

This commit is contained in:
Simon Ding
2025-09-01 01:46:58 +08:00
parent ea41fb2e95
commit a331a5b41f
14 changed files with 124 additions and 106 deletions

View File

@@ -5,6 +5,6 @@ package runtime
// The schema-stitching logic is generated in polaris/ent/runtime.go
const (
Version = "v0.13.1" // Version of ent codegen.
Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen.
Version = "v0.14.4" // Version of ent codegen.
Sum = "h1:/DhDraSLXIkBhyiVoJeSshr4ZYi7femzhj6/TckzZuI=" // Sum of ent codegen.
)