From ff6986a8ac74a3a5aca6e2699c9062f255221085 Mon Sep 17 00:00:00 2001 From: Kevin Brightwell Date: Wed, 11 Sep 2024 09:19:30 -0400 Subject: [PATCH] release: Set version to 0.4.0 (#63) Creating a 0.4.0 release to include Kotlin 2 artifact. As far as we know, K2 is backwards compatible so a minor release seems reasonable. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52864bf..e5555e4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.faire" -version = "0.3.0" +version = "0.4.0" if (!providers.environmentVariable("RELEASE").isPresent) { val gitSha = providers.environmentVariable("GITHUB_SHA")