Bump version to 0.11.10

This commit is contained in:
AsamK 2023-05-11 19:36:26 +02:00
parent ee63a27fe9
commit 6b0b36a555
2 changed files with 7 additions and 1 deletions

View file

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