Skip to content

Commit d4cec95

Browse files
committed
chore: bump version to 0.24.1
1 parent ef5d5fc commit d4cec95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/convention/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
@SuppressWarnings("unused")
2525
object Versions {
2626
// Project versions
27-
private const val version = "0.24.0"
28-
const val versionCode = 89
27+
private const val version = "0.24.1"
28+
const val versionCode = 90
2929

3030
val versionName by lazy {
3131
if (CI.isCiBuild) {

0 commit comments

Comments
 (0)