bump: 1.1.5 to 1.1.6

This commit is contained in:
tomikun
2026-07-18 20:55:55 +08:00
parent 772da583b4
commit b6d5374074

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.5"
String semVer = "1.1.6"
// Used by the fallback for github actions
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
String TAG_STRING