Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: Jozsef Csaszi <[email protected]>
  • Loading branch information
vokod and chosa91 authored Aug 26, 2024
1 parent b061bb0 commit 59365a3
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 @@ -12,7 +12,7 @@ plugins {
allprojects {
group = "com.bridge.ouroboros.compose"
val gitVersion: groovy.lang.Closure<String>? by extra
version = "SNAPSHOT"// TODO gitVersion()
version = "SNAPSHOT" // TODO gitVersion()
}

subprojects {
Expand Down

0 comments on commit 59365a3

Please sign in to comment.