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