Set snapshot version

This commit is contained in:
AsamK 2023-11-21 21:10:44 +01:00
parent 6d5b8b6a7b
commit 2c1d7a803f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.12.5] - 2023-10-22
### Fixes

View file

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