v0.0.337
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m6s

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

View File

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

View File

@ -1,5 +1,5 @@
package goext package goext
const GoextVersion = "0.0.336" const GoextVersion = "0.0.337"
const GoextVersionTimestamp = "2023-12-05T19:42:37+0100" const GoextVersionTimestamp = "2023-12-05T19:45:35+0100"