Skip to content

Commit e36f826

Browse files
committed
build: switch up version semantics for flipcash
year.month.build# (commit # ref)
1 parent 6f595fe commit e36f826

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/src/main/java/Dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ sealed class Packaging(
2626
)
2727

2828
object Flipcash: Packaging(
29-
majorVersion = 0,
30-
minorVersion = 4,
31-
patchVersion = 20250529,
29+
majorVersion = 2025, // release year
30+
minorVersion = 5, // release month
31+
patchVersion = 8, // cycle in minor version
3232
)
3333

3434
object Flipchat: Packaging(

0 commit comments

Comments
 (0)