You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consthighestUbuntuYear=22;// 22 is the highest supported as of mongodb 7.0.11
596
+
consthighestUbuntuYear=24;// 24 is the highest supported as of mongodb 8.0.1
592
597
593
598
if(ubuntuYear>highestUbuntuYear){
594
599
log(
595
600
`getUbuntuVersionString: ubuntuYear "${ubuntuYear}" is higher than the currently supported mongodb year of "${highestUbuntuYear}", using highest known`
0 commit comments