Bump version to 0.11.11

This commit is contained in:
AsamK 2023-05-24 23:05:36 +02:00
parent dacb48b4f4
commit ee12805d05
3 changed files with 5 additions and 2 deletions

View file

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