We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa64eef commit f40800dCopy full SHA for f40800d
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 = 4, // cycle in minor version
+ patchVersion = 5, // cycle in minor version
37
)
38
39
object Flipchat : Packaging(
0 commit comments