Skip to content

Commit b1777d0

Browse files
committed
chore: bump version to 0.23.6
1 parent 3804251 commit b1777d0

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.23.5"
28-
const val versionCode = 86
27+
private const val version = "0.23.6"
28+
const val versionCode = 87
2929

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

0 commit comments

Comments
 (0)