From 35bfe709340b4822a622b2d3289ba3cc061887b1 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 15 Feb 2024 21:03:31 +0100 Subject: [PATCH] Back to snapshot for development Signed-off-by: Alexander Brandes --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1d24d78..2cf2359 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ tasks.compileJava.configure { } group = "com.intellectualsites.http" -version = "1.5" +version = "1.6-SNAPSHOT" java { withSourcesJar()