Bump version to 0.10.10

This commit is contained in:
AsamK 2022-07-30 14:56:17 +02:00
parent d69b9ea394
commit d8a5244a88
2 changed files with 6 additions and 1 deletions

View file

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