Skip to content

Commit

Permalink
Merge pull request #75 from onflow/bump-release-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
franklywatson authored Aug 6, 2024
2 parents 5bad004 + dbb0cd7 commit e66947f
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 @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

// Configuration variables
val defaultGroupId = "org.onflow"
val defaultVersion = "1.0.1"
val defaultVersion = "2.0.0"

fun getProp(name: String, defaultValue: String? = null): String? {
return project.findProperty("flow.$name")?.toString()?.trim()?.ifBlank { null }
Expand Down

0 comments on commit e66947f

Please sign in to comment.