From cc1f8d8fd08b52da6b52c671f2c6340df0d1d0a6 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Sat, 13 Jan 2024 16:10:07 -0600 Subject: [PATCH] bump version for release (#361) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c74d679..f888987 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.trap-scoring" -version = "5.1.2" +version = "6.0.0" java.sourceCompatibility = JavaVersion.VERSION_21 java.targetCompatibility = JavaVersion.VERSION_21