From d2599874d8e612d38a7b4a115e564c269dcb7d0c Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 8 Oct 2023 14:10:20 -0400 Subject: [PATCH] build: start new dev cycle (2.9.1-SNAPSHOT) --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index be8104c0..a720861f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import java.io.ByteArrayOutputStream -val version = "2.9.0" -val suffix = "" +val version = "2.9.1" +val suffix = "SNAPSHOT" // Strings embedded into the build. var gitRevision by extra("")