Bump version

This commit is contained in:
AsamK 2021-12-11 21:21:25 +01:00
parent fac241ea69
commit d1ccd11fcb
2 changed files with 4 additions and 1 deletions

View file

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