From e08ba757760db37bee2c163ffd6af4b89b0b110e Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 5 Jan 2024 07:21:23 -0500 Subject: [PATCH] build: start new dev cycle (2.10.0-SNAPSHOT) --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 297463b2..ebef2179 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import java.io.ByteArrayOutputStream -val version = "2.9.2" -val suffix = "" +val version = "2.10.0" +val suffix = "SNAPSHOT" // Strings embedded into the build. var gitRevision by extra("")