Bump version to 0.11.8

This commit is contained in:
AsamK 2023-04-05 11:40:13 +02:00
parent 542a3f36a4
commit c93480692c
2 changed files with 15 additions and 1 deletions

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.20"
}
version = "0.11.7"
version = "0.11.8"
java {
sourceCompatibility = JavaVersion.VERSION_17