Bump version to 0.12.7

This commit is contained in:
AsamK 2023-12-15 19:08:56 +01:00
parent 727f90d2e1
commit c2830baef5
2 changed files with 6 additions and 1 deletions

View file

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