We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec61d21 commit e31286fCopy full SHA for e31286f
1 file changed
buildSrc/src/main/java/Packaging.kt
@@ -33,7 +33,7 @@ sealed class Packaging(
33
object Flipcash : Packaging(
34
majorVersion = 2026, // release year
35
minorVersion = 3, // release month
36
- patchVersion = 5, // cycle in minor version
+ patchVersion = 6, // cycle in minor version
37
)
38
39
object Flipchat : Packaging(
0 commit comments