Skip to content

Commit fc1a2df

Browse files
committed
Bump version for release
1 parent 4b6ff14 commit fc1a2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
// Configuration variables
55
val defaultGroupId = "org.onflow"
6-
val defaultVersion = "2.0.1"
6+
val defaultVersion = "2.1.1"
77

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

0 commit comments

Comments
 (0)