Skip to content

Commit 6caf9e6

Browse files
chore(release): Bump main version to 7.79.0 (#30208)
## Version Bump After Release This PR bumps the main branch version from 7.78.0 to 7.79.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.78.0` to `7.79.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.78.0 - Release branch: release/7.78.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 f8f126d commit 6caf9e6

4 files changed

Lines changed: 8 additions & 8 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.78.0"
190+
versionName "7.79.0"
191191
versionCode 4532
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
@@ -3555,13 +3555,13 @@ app:
35553555
PROJECT_LOCATION_IOS: ios
35563556
- opts:
35573557
is_expand: false
3558-
VERSION_NAME: 7.78.0
3558+
VERSION_NAME: 7.79.0
35593559
- opts:
35603560
is_expand: false
35613561
VERSION_NUMBER: 4823
35623562
- opts:
35633563
is_expand: false
3564-
FLASK_VERSION_NAME: 7.78.0
3564+
FLASK_VERSION_NAME: 7.79.0
35653565
- opts:
35663566
is_expand: false
35673567
FLASK_VERSION_NUMBER: 4823

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
"${inherited}",
10291029
);
10301030
LLVM_LTO = YES;
1031-
MARKETING_VERSION = 7.78.0;
1031+
MARKETING_VERSION = 7.79.0;
10321032
ONLY_ACTIVE_ARCH = YES;
10331033
OTHER_CFLAGS = "$(inherited)";
10341034
OTHER_LDFLAGS = (
@@ -1094,7 +1094,7 @@
10941094
"${inherited}",
10951095
);
10961096
LLVM_LTO = YES;
1097-
MARKETING_VERSION = 7.78.0;
1097+
MARKETING_VERSION = 7.79.0;
10981098
ONLY_ACTIVE_ARCH = NO;
10991099
OTHER_CFLAGS = "$(inherited)";
11001100
OTHER_LDFLAGS = (
@@ -1163,7 +1163,7 @@
11631163
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
11641164
);
11651165
LLVM_LTO = YES;
1166-
MARKETING_VERSION = 7.78.0;
1166+
MARKETING_VERSION = 7.79.0;
11671167
ONLY_ACTIVE_ARCH = YES;
11681168
OTHER_CFLAGS = "$(inherited)";
11691169
OTHER_LDFLAGS = (
@@ -1227,7 +1227,7 @@
12271227
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
12281228
);
12291229
LLVM_LTO = YES;
1230-
MARKETING_VERSION = 7.78.0;
1230+
MARKETING_VERSION = 7.79.0;
12311231
ONLY_ACTIVE_ARCH = NO;
12321232
OTHER_CFLAGS = "$(inherited)";
12331233
OTHER_LDFLAGS = (

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.78.0",
3+
"version": "7.79.0",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)