Skip to content

Commit

Permalink
chore: bump version to 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Feb 18, 2024
1 parent 97fa088 commit dadd162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build-logic/convention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* additional information or have any questions
******************************************************************************/

import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
`kotlin-dsl`
}
Expand Down
4 changes: 2 additions & 2 deletions build-logic/convention/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
@SuppressWarnings("unused")
object Versions {
// Project versions
private const val version = "0.23.3"
const val versionCode = 84
private const val version = "0.23.4"
const val versionCode = 85

val versionName by lazy {
if (CI.isCiBuild) {
Expand Down

0 comments on commit dadd162

Please sign in to comment.