Skip to content

Commit

Permalink
Updated: patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
pakka-papad committed Oct 2, 2024
1 parent 5235163 commit 7b4a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ object AnnotationProcessors {
object AppVersion {
private const val Major = 1
private const val Minor = 2
private const val Patch = 4
private const val Patch = 5
const val Code = Major*10000 + Minor*100 + Patch
const val Name = "$Major.$Minor.$Patch"
}
Expand Down

0 comments on commit 7b4a237

Please sign in to comment.