Bump version to 0.12.3

This commit is contained in:
AsamK 2023-10-17 15:21:28 +02:00
parent fb7c63c507
commit 1ed5148624
2 changed files with 22 additions and 1 deletions

View file

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