Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Jan 30, 2024
1 parent 6d17873 commit 81b623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}

val baseVersionName = "1.0.1"
val baseVersionName = "1.0.2"
val commitHash by lazy { "git rev-parse --short HEAD".exec() }
val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }

Expand Down

0 comments on commit 81b623b

Please sign in to comment.