Skip to content

Commit

Permalink
Merge pull request #78 from onflow/jp-c10-update
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
franklywatson authored Aug 13, 2024
2 parents b6781e2 + e66947f commit d857ae6
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 d857ae6

Please sign in to comment.