From 4e7fa72a5eeecbf2ee8147f59e25147210036128 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sat, 3 May 2025 11:12:08 +0200 Subject: [PATCH] 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. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7d7ea72..cc4bef8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "nl.astraeus" -version = "0.2.11" +version = "0.2.12-SNAPSHOT" repositories { mavenCentral()