v0.0.338
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 59s

This commit is contained in:
Mike Schwörer 2023-12-05 19:50:24 +01:00
parent 1124aa781a
commit c3162fec95
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ func {{.EnumTypeName}}ValuesMeta() []enums.EnumMetaValue {
{{if $hasDescr}}
func {{.EnumTypeName}}ValuesDescriptionMeta() []enums.EnumDescriptionMetaValue {
return []enums.EnumDescriptionMetaValue{ {{range .Values}}
{{.VarName}}.EnumDescriptionMetaValue(), {{end}}
{{.VarName}}.DescriptionMeta(), {{end}}
}
}
{{end}}

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.337"
const GoextVersion = "0.0.338"
const GoextVersionTimestamp = "2023-12-05T19:45:35+0100"
const GoextVersionTimestamp = "2023-12-05T19:50:24+0100"