Bump version to 0.2.12-SNAPSHOT.

Updated the project version to 0.2.12-SNAPSHOT in build.gradle.kts. This prepares the codebase for ongoing development after the 0.2.11 release.
This commit is contained in:
2025-05-03 11:12:08 +02:00
parent 5f53b98062
commit 4e7fa72a5e

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.2.11"
version = "0.2.12-SNAPSHOT"
repositories {
mavenCentral()