Bump version to 0.12.4

This commit is contained in:
AsamK 2023-10-22 19:44:36 +02:00
parent 7859084be8
commit 0c24064939
3 changed files with 9 additions and 1 deletions

View file

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