Skip to content

Commit

Permalink
release: Set version to 0.4.0 (#63)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nava2 authored Sep 11, 2024
1 parent bd03292 commit ff6986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ff6986a

Please sign in to comment.