Skip to content

Commit 9ccaa0d

Browse files
authored
chore: Bump main version to 7.63.0 (#24583)
## Version Bump After Release This PR bumps the main branch version from 7.62.0 to 7.63.0 after cutting the release branch. ### Why this is needed: - **Nightly builds**: Each nightly build needs to be one minor version ahead of the current release candidate - **Version conflicts**: Prevents conflicts between nightlies and release candidates - **Platform alignment**: Maintains version alignment between MetaMask mobile and extension - **Update systems**: Ensures nightlies are accepted by app stores and browser update systems ### What changed: - Version bumped from `7.62.0` to `7.63.0` - Platform: `mobile` - Files updated by `set-semvar-version.sh` script ### Next steps: This PR should be **manually reviewed and merged by the release manager** to maintain proper version flow. ### Related: - Release version: 7.62.0 - Release branch: release/7.62.0 - Platform: mobile - Test mode: false --- *This PR was automatically created by the `create-platform-release-pr.sh` script.* Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
1 parent a065a3b commit 9ccaa0d

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ android {
187187
applicationId "io.metamask"
188188
minSdkVersion rootProject.ext.minSdkVersion
189189
targetSdkVersion rootProject.ext.targetSdkVersion
190-
versionName "7.62.0"
190+
versionName "7.63.0"
191191
versionCode 3418
192192
testBuildType System.getProperty('testBuildType', 'debug')
193193
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3468,13 +3468,13 @@ app:
34683468
PROJECT_LOCATION_IOS: ios
34693469
- opts:
34703470
is_expand: false
3471-
VERSION_NAME: 7.62.0
3471+
VERSION_NAME: 7.63.0
34723472
- opts:
34733473
is_expand: false
34743474
VERSION_NUMBER: 3418
34753475
- opts:
34763476
is_expand: false
3477-
FLASK_VERSION_NAME: 7.62.0
3477+
FLASK_VERSION_NAME: 7.63.0
34783478
- opts:
34793479
is_expand: false
34803480
FLASK_VERSION_NUMBER: 3418

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@
13191319
"${inherited}",
13201320
);
13211321
LLVM_LTO = YES;
1322-
MARKETING_VERSION = 7.62.0;
1322+
MARKETING_VERSION = 7.63.0;
13231323
ONLY_ACTIVE_ARCH = YES;
13241324
OTHER_CFLAGS = "$(inherited)";
13251325
OTHER_LDFLAGS = (
@@ -1385,7 +1385,7 @@
13851385
"${inherited}",
13861386
);
13871387
LLVM_LTO = YES;
1388-
MARKETING_VERSION = 7.62.0;
1388+
MARKETING_VERSION = 7.63.0;
13891389
ONLY_ACTIVE_ARCH = NO;
13901390
OTHER_CFLAGS = "$(inherited)";
13911391
OTHER_LDFLAGS = (
@@ -1454,7 +1454,7 @@
14541454
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
14551455
);
14561456
LLVM_LTO = YES;
1457-
MARKETING_VERSION = 7.62.0;
1457+
MARKETING_VERSION = 7.63.0;
14581458
ONLY_ACTIVE_ARCH = YES;
14591459
OTHER_CFLAGS = "$(inherited)";
14601460
OTHER_LDFLAGS = (
@@ -1518,7 +1518,7 @@
15181518
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
15191519
);
15201520
LLVM_LTO = YES;
1521-
MARKETING_VERSION = 7.62.0;
1521+
MARKETING_VERSION = 7.63.0;
15221522
ONLY_ACTIVE_ARCH = NO;
15231523
OTHER_CFLAGS = "$(inherited)";
15241524
OTHER_LDFLAGS = (
@@ -1684,7 +1684,7 @@
16841684
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
16851685
);
16861686
LLVM_LTO = YES;
1687-
MARKETING_VERSION = 7.62.0;
1687+
MARKETING_VERSION = 7.63.0;
16881688
ONLY_ACTIVE_ARCH = YES;
16891689
OTHER_CFLAGS = (
16901690
"$(inherited)",
@@ -1751,7 +1751,7 @@
17511751
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
17521752
);
17531753
LLVM_LTO = YES;
1754-
MARKETING_VERSION = 7.62.0;
1754+
MARKETING_VERSION = 7.63.0;
17551755
ONLY_ACTIVE_ARCH = NO;
17561756
OTHER_CFLAGS = (
17571757
"$(inherited)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask",
3-
"version": "7.62.0",
3+
"version": "7.63.0",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)