Skip to content

Commit

Permalink
Update kotlinx-io version (#4562)
Browse files Browse the repository at this point in the history
* Update kotlinx-io version
  • Loading branch information
fzhinkin authored Nov 21, 2024
1 parent 1ceb2f4 commit 4b802ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/BuildParams.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object BuildParams {
const val KOTLINX_SERIALIZATION_ID = "kotlinx.serialization"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.1"
const val KOTLINX_DATETIME_ID = "kotlinx-datetime"
const val KOTLINX_IO_RELEASE_TAG = "v0.5.4" // copy tag supported in master, remove "v" after next release 0.5.5 or 0.6.0
const val KOTLINX_IO_RELEASE_TAG = "0.6.0"
const val KOTLINX_IO_ID = "kotlinx-io"
const val KOTLINX_METADATA_ID = "kotlinx-metadata-jvm"
const val KOTLIN_CORE_API_BUILD_ID = "Kotlin_KotlinRelease_2020_LibraryReferenceLatestDocs"
Expand Down

0 comments on commit 4b802ec

Please sign in to comment.