diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index 54873d692..5ff315bef 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -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