Skip to content

Commit 4748db6

Browse files
authored
fix(shell-api): MONGOSH-381 update ServerVersions enum to include 4.4.1 (#392)
1 parent 35794f7 commit 4748db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/src/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum ServerVersions {
2-
latest = '4.4.0',
2+
latest = '999.999.999', // set a really high max value
33
earliest = '0.0.0'
44
}
55

0 commit comments

Comments
 (0)