Skip to content

Commit a1f5a9b

Browse files
build: release Flipcash 2026.5.6 (3740), bump to 2026.5.7
1 parent 0ca509b commit a1f5a9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.well-known/release-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"updated": "2026-05-28T23:14:00Z",
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,

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)