Bump version

This commit is contained in:
AsamK 2022-01-16 09:56:10 +01:00
parent fe9989197f
commit 382469f5fd
2 changed files with 8 additions and 1 deletions

View file

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