Prepare next release

This commit is contained in:
AsamK 2024-04-19 19:25:27 +02:00
parent 277652e3f2
commit a5e272be3f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.13.9] - 2024-10-28
### Fixed

View file

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