Skip to content

Commit

Permalink
chore: bump version to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Nov 26, 2023
1 parent f1c6776 commit c903c48
Showing 1 changed file with 2 additions and 2 deletions.
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.22.1"
const val versionCode = 79
private const val version = "0.22.2"
const val versionCode = 80

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

0 comments on commit c903c48

Please sign in to comment.