Bump version to 0.13.1

This commit is contained in:
AsamK 2024-02-27 18:18:30 +01:00
parent 2424fc1f53
commit 0cc2da690a
2 changed files with 22 additions and 2 deletions

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.10.1"
}
version = "0.13.1-SNAPSHOT"
version = "0.13.1"
java {
sourceCompatibility = JavaVersion.VERSION_21