Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
pakka-papad committed Dec 8, 2023
1 parent d5d954e commit 17d678f
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 @@ -129,7 +129,7 @@ object AnnotationProcessors {
object AppVersion {
private const val Major = 1
private const val Minor = 2
private const val Patch = 0
private const val Patch = 1
const val Code = Major*10000 + Minor*100 + Patch
const val Name = "$Major.$Minor.$Patch"
}
Expand Down

0 comments on commit 17d678f

Please sign in to comment.