v0.0.609
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
This commit is contained in:
@@ -150,7 +150,7 @@ func {{.EnumTypeName}}ValuesMeta() []enums.EnumMetaValue {
|
||||
}
|
||||
}
|
||||
|
||||
func {{.EnumTypeName}}ValuesDataMeta() []enums.EnumMetaValue {
|
||||
func {{.EnumTypeName}}ValuesDataMeta() []enums.EnumDataMetaValue {
|
||||
return []enums.EnumDataMetaValue{ {{range .Values}}
|
||||
{{.VarName}}.DataMeta(), {{end}}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.608"
|
||||
const GoextVersion = "0.0.609"
|
||||
|
||||
const GoextVersionTimestamp = "2025-10-04T00:27:41+0200"
|
||||
const GoextVersionTimestamp = "2025-10-04T00:29:09+0200"
|
||||
|
Reference in New Issue
Block a user