Skip to content

Commit

Permalink
update get version code
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jan 11, 2024
1 parent cd99883 commit 522916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ private fun getVersion(): String {
throw RuntimeException("properties should exist")
}
}
println("gdx-teavm Version: $libVersion")
println("Lib Version: $libVersion")
return libVersion
}

0 comments on commit 522916a

Please sign in to comment.