Skip to content

Commit

Permalink
Bump LATEST_SUPPORTED_EXPO_SDK in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 31, 2024
1 parent d168614 commit 1211602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-cli/lib/version-information.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const semver = require('semver')

// the major version number of the latest Expo SDK we support
const LATEST_SUPPORTED_EXPO_SDK = 49
const LATEST_SUPPORTED_EXPO_SDK = 50

class Version {
constructor (expoSdkVersion, bugsnagVersion, isLegacy = false) {
Expand Down

0 comments on commit 1211602

Please sign in to comment.