fix: return this

This commit is contained in:
Daniel Weissmall 2025-11-05 19:25:26 +03:00
parent a6d885b038
commit ee3391bd7a

View File

@ -61,3 +61,5 @@ def semanticGetVersion() {
def version = sh(script: 'git describe --tags --abbrev=0', returnStdout: true).trim() def version = sh(script: 'git describe --tags --abbrev=0', returnStdout: true).trim()
return version return version
} }
return this;