Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed May 12, 2021
1 parent 7625b25 commit aacea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
val adam = System.getenv("GIT_TAG_NAME") ?: "0.2.4"
val adam = System.getenv("GIT_TAG_NAME") ?: "0.2.5"
val kotlin = "1.4.20"
val coroutines = "1.3.9"

Expand Down

0 comments on commit aacea43

Please sign in to comment.