bump: version from 1.1.4 to 1.1.5

This commit is contained in:
tomikun
2026-04-21 02:53:42 +08:00
parent 405e370fb3
commit f8b7821d70

View File

@@ -7,7 +7,7 @@ static def getDate() { return new Date().format('yyyyMMdd') }
def getVersionName = {
// Get the last version tag, as well as the short head of the last commit
ByteArrayOutputStream TAG = new ByteArrayOutputStream()
String semVer = "1.1.4"
String semVer = "1.1.5"
// Used by the fallback for github actions
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
String TAG_STRING