Prepare next release

This commit is contained in:
AsamK 2024-04-19 19:25:27 +02:00
parent 6071291f16
commit 2885ffeee8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.14.0] - 2026-03-01
**Attention**: Now requires Java 25

View File

@ -8,7 +8,7 @@ plugins {
allprojects {
group = "org.asamk"
version = "0.14.0"
version = "0.14.1-SNAPSHOT"
}
java {