Bump version to 0.12.2

This commit is contained in:
AsamK 2023-09-30 21:36:12 +02:00
parent 47626b2af4
commit 0dda8b405e
3 changed files with 11 additions and 1 deletions

View file

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