Skip to content

Commit ae3f5fd

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents c65d2bd + 982347f commit ae3f5fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ Gokul Raam <[email protected]>
8181
Bailey Pearson <[email protected]>
8282
8383
Paula Stachova <[email protected]>
84+

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Sun Feb 25 2024.
2+
This document was automatically generated on Mon Feb 26 2024.
33

44
## List of dependencies
55

packages/compass/src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ initializeElectronRemote();
2424
installEarlyLoggingListener();
2525
installEarlyOpenUrlListener();
2626

27-
process.title = `${app.getName()} ${app.getVersion()}`;
27+
process.title = app.getName();
2828

2929
void main();
3030

0 commit comments

Comments
 (0)