v0.0.345
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 2m48s

This commit is contained in:
Mike Schwörer 2023-12-07 19:39:31 +01:00
parent 8247fc4524
commit b2b93f570a
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ func GenerateEnumSpecs(sourceDir string, destFile string) error {
return err
}
if changed {
if !changed {
return nil
}

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.344"
const GoextVersion = "0.0.345"
const GoextVersionTimestamp = "2023-12-07T19:36:21+0100"
const GoextVersionTimestamp = "2023-12-07T19:39:31+0100"