Skip to content

Commit b0a7e11

Browse files
authored
Merge branch 'code/cash' into refactor/labs-screen-consolidation
2 parents 7f4736b + 7534461 commit b0a7e11

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.well-known/release-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"updated": "2026-05-28T18:25:29Z",
2+
"updated": "2026-05-29T14:37:59Z",
33
"tracks": {
44
"production": {
5-
"versionCode": 3717,
6-
"versionName": "2026.5.5"
5+
"versionCode": 3740,
6+
"versionName": "2026.5.6"
77
},
88
"beta": null,
99
"alpha": null,
1010
"internal": {
11-
"versionCode": 3737,
11+
"versionCode": 3740,
1212
"versionName": "2026.5.6"
1313
}
1414
}

buildSrc/src/main/java/Packaging.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed class Packaging(
2727
object Flipcash : Packaging(
2828
majorVersion = 2026, // release year
2929
minorVersion = 5, // release month
30-
patchVersion = 6, // cycle in minor version
30+
patchVersion = 7, // cycle in minor version
3131
)
3232

3333
}

0 commit comments

Comments
 (0)