Bump version to 0.10.11

This commit is contained in:
AsamK 2022-08-17 18:24:54 +02:00
parent 71fff4b14f
commit 173a2416fa
2 changed files with 7 additions and 1 deletions

View file

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