v0.0.534
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled

This commit is contained in:
Mike Schwörer 2024-10-22 09:40:53 +02:00
parent c571f3f888
commit d47c84cd47
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ func (e {{.EnumTypeName}}) ValuesMeta() []enums.EnumMetaValue {
{{if $hasStr}} {{if $hasStr}}
func (e *{{.EnumTypeName}}) String() string { func (e *{{.EnumTypeName}}) String() string {
if i == nil { if e == nil {
return "<nil>" return "<nil>"
} }
return string(e) return string(e)

View File

@ -1,5 +1,5 @@
package goext package goext
const GoextVersion = "0.0.533" const GoextVersion = "0.0.534"
const GoextVersionTimestamp = "2024-10-22T09:36:40+0200" const GoextVersionTimestamp = "2024-10-22T09:40:53+0200"