chore(app): bump version to 1.0.528+788#5943
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
Author
|
lgtm |
Contributor
Greptile SummaryThis PR bumps the Flutter app version from
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR merged to main] --> B["Tag: v1.0.528+788-mobile-cm"]
B --> C[Codemagic CI triggered]
C --> D[Build iOS app\n1.0.528 build 788]
D --> E[Upload to TestFlight]
E --> F[Internal testing\nwith clock skew detection]
Reviews (1): Last reviewed commit: "chore(app): bump version to 1.0.528+788" | Re-trigger Greptile |
| publish_to: "none" # Remove this line if you wish to publish to pub.dev | ||
|
|
||
| version: 1.0.527+786 | ||
| version: 1.0.528+788 |
Contributor
There was a problem hiding this comment.
The build number increments from 786 to 788, skipping 787. This is unusual for a sequential version bump. If 787 was intentionally reserved or used for an internal/discarded build, this is fine — but it's worth confirming this is expected and not an off-by-one error in the bump script.
Glucksberg
pushed a commit
to Glucksberg/omi-local
that referenced
this pull request
Apr 28, 2026
Bump app version for TestFlight/internal testing release with clock skew detection (BasedHardware#5929). `1.0.527+786` → `1.0.528+788` After merge, tag with `v1.0.528+788-mobile-cm` to trigger Codemagic build. --- _by AI for @beastoin_
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump app version for TestFlight/internal testing release with clock skew detection (#5929).
1.0.527+786→1.0.528+788After merge, tag with
v1.0.528+788-mobile-cmto trigger Codemagic build.by AI for @beastoin